From 63b7354a25ea94d082d1ff551d77bbdbf28b2295 Mon Sep 17 00:00:00 2001 From: Benedikt Spies Date: Mon, 3 Jan 2022 14:20:37 +0100 Subject: [PATCH] fix comment about congestionWindow value (#3310) --- internal/congestion/cubic_sender.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/congestion/cubic_sender.go b/internal/congestion/cubic_sender.go index c2cdc61b..059b8f6a 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.