Update BBR congestion control

e0e75c4630
This commit is contained in:
世界 2024-06-07 18:54:12 +08:00
parent fb5f112475
commit e5fbfaee47
No known key found for this signature in database
GPG key ID: CD109927C34A63C4

View file

@ -60,7 +60,7 @@ const (
// Flag.
defaultStartupFullLossCount = 8
quicBbr2DefaultLossThreshold = 0.02
maxBbrBurstPackets = 3
maxBbrBurstPackets = 10
)
type bbrMode int