fix comment about congestionWindow value (#3310)

This commit is contained in:
Benedikt Spies
2022-01-03 14:20:37 +01:00
committed by GitHub
parent 59958e5282
commit 63b7354a25

View File

@@ -41,7 +41,7 @@ type cubicSender struct {
// Used for stats collection of slowstartPacketsLost
lastCutbackExitedSlowstart bool
// Congestion window in packets.
// Congestion window in bytes.
congestionWindow protocol.ByteCount
// Slow start congestion window in bytes, aka ssthresh.