forked from quic-go/quic-go
fix comment about congestionWindow value (#3310)
This commit is contained in:
@@ -41,7 +41,7 @@ type cubicSender struct {
|
|||||||
// Used for stats collection of slowstartPacketsLost
|
// Used for stats collection of slowstartPacketsLost
|
||||||
lastCutbackExitedSlowstart bool
|
lastCutbackExitedSlowstart bool
|
||||||
|
|
||||||
// Congestion window in packets.
|
// Congestion window in bytes.
|
||||||
congestionWindow protocol.ByteCount
|
congestionWindow protocol.ByteCount
|
||||||
|
|
||||||
// Slow start congestion window in bytes, aka ssthresh.
|
// Slow start congestion window in bytes, aka ssthresh.
|
||||||
|
|||||||
Reference in New Issue
Block a user