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 := congestion.NewCubicSender(
|
||||||
congestion.DefaultClock{},
|
congestion.DefaultClock{},
|
||||||
rttStats,
|
rttStats,
|
||||||
false, /* don't use reno since chromium doesn't (why?) */
|
true, // use Reno
|
||||||
protocol.InitialCongestionWindow,
|
protocol.InitialCongestionWindow,
|
||||||
protocol.DefaultMaxCongestionWindow,
|
protocol.DefaultMaxCongestionWindow,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user