cwnd property

int get cwnd

The congestion window (from connection-level CC)

Implementation

int get cwnd => _socket?.congestionController.cwnd ?? 65536;