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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.