initialCongestionWindow top-level constant
int
const initialCongestionWindow
Initial congestion window size (10 packets as per RFC 9002)
Implementation
const int initialCongestionWindow = 10 * maxDatagramSize;