maxCongestionWindow top-level constant

int const maxCongestionWindow

Maximum congestion window size (to prevent overflow)

Implementation

const int maxCongestionWindow = 1000 * maxDatagramSize;