forked from quic-go/quic-go
add cubic_sender plus initial test
This commit is contained in:
@@ -21,3 +21,6 @@ const MaxFrameSize = MaxPacketSize - (1 + 8 + 6) /*public header*/ - 1 /*private
|
||||
// DefaultTCPMSS is the default maximum packet size used in the Linux TCP implementation.
|
||||
// Used in QUIC for congestion window computations in bytes.
|
||||
const DefaultTCPMSS = 1460
|
||||
|
||||
// InitialCongestionWindow is the initial congestion window in QUIC packets
|
||||
const InitialCongestionWindow = 32
|
||||
|
||||
Reference in New Issue
Block a user