menu
quic_lib package
documentation
quic.dart
CongestionController
canSend abstract method
canSend abstract method
dark_mode
light_mode
canSend
abstract method
bool
canSend
(
int
bytes
)
Whether sending
bytes
would exceed the congestion window.
Implementation
bool canSend(int bytes);
quic_lib package
documentation
quic
CongestionController
canSend abstract method
CongestionController class