From 99b3c843b6dbd2c7e776076125280dac67e975f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Fri, 7 Jun 2024 18:54:12 +0800 Subject: [PATCH] Update BBR congestion control https://github.com/apernet/hysteria/commit/e0e75c46309eec2531b8613370cfbada259b5af3 --- congestion_meta2/bbr_sender.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/congestion_meta2/bbr_sender.go b/congestion_meta2/bbr_sender.go index 37d0bae..7878ce5 100644 --- a/congestion_meta2/bbr_sender.go +++ b/congestion_meta2/bbr_sender.go @@ -60,7 +60,7 @@ const ( // Flag. defaultStartupFullLossCount = 8 quicBbr2DefaultLossThreshold = 0.02 - maxBbrBurstPackets = 3 + maxBbrBurstPackets = 10 ) type bbrMode int