rtt property
Duration
get
rtt
The round-trip time (from connection-level CC)
Implementation
Duration get rtt => _socket?.congestionController.smoothedRtt ?? const Duration(milliseconds: 100);
The round-trip time (from connection-level CC)
Duration get rtt => _socket?.congestionController.smoothedRtt ?? const Duration(milliseconds: 100);