Merge pull request #1906 from lucas-clemente/use-reno

use Reno instead of Cubic
This commit is contained in:
Marten Seemann
2019-05-20 08:42:17 +01:00
committed by GitHub

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