minCongestionWindow top-level constant
int
const minCongestionWindow
Minimum congestion window size (in bytes)
Implementation
const int minCongestionWindow = 2 * maxDatagramSize;
Minimum congestion window size (in bytes)
const int minCongestionWindow = 2 * maxDatagramSize;