add cubic_sender plus initial test

This commit is contained in:
Lucas Clemente
2016-04-25 11:49:37 +02:00
parent 6eeccfd123
commit c641e24e8c
8 changed files with 171 additions and 18 deletions

View File

@@ -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