cwnd property
int
get
cwnd
The congestion window (from connection-level CC)
Implementation
int get cwnd => _socket?.congestionController.cwnd ?? 65536;
The congestion window (from connection-level CC)
int get cwnd => _socket?.congestionController.cwnd ?? 65536;