inflight property
int
get
inflight
The number of bytes in flight (from connection-level CC)
Implementation
int get inflight => _socket?.congestionController.inflight ?? 0;
The number of bytes in flight (from connection-level CC)
int get inflight => _socket?.congestionController.inflight ?? 0;