mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 12:47:36 +03:00
fix comment about congestionWindow value (#3310)
This commit is contained in:
parent
59958e5282
commit
63b7354a25
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue