diff --git a/internal/congestion/cubic_sender.go b/internal/congestion/cubic_sender.go index c2cdc61b7..059b8f6a5 100644 --- a/internal/congestion/cubic_sender.go +++ b/internal/congestion/cubic_sender.go @@ -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.