use Reno instead of Cubic

This commit is contained in:
Marten Seemann
2019-05-19 15:57:20 +02:00
parent 42381ea6f2
commit fccdb1c558

View File

@@ -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,
)