forked from quic-go/quic-go
use Reno instead of Cubic
This commit is contained in:
@@ -88,7 +88,7 @@ func NewSentPacketHandler(
|
||||
congestion := congestion.NewCubicSender(
|
||||
congestion.DefaultClock{},
|
||||
rttStats,
|
||||
false, /* don't use reno since chromium doesn't (why?) */
|
||||
true, // use Reno
|
||||
protocol.InitialCongestionWindow,
|
||||
protocol.DefaultMaxCongestionWindow,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user