increase max congestion window to 1k packets

ref #150, #289
This commit is contained in:
Lucas Clemente
2016-09-05 00:56:46 +02:00
parent c0e043d931
commit 57cce4ebae

View File

@@ -7,8 +7,7 @@ import "time"
const MaxCongestionWindow PacketNumber = 200
// DefaultMaxCongestionWindow is the default for the max congestion window
// Taken from Chrome
const DefaultMaxCongestionWindow PacketNumber = 107
const DefaultMaxCongestionWindow PacketNumber = 1000
// InitialCongestionWindow is the initial congestion window in QUIC packets
const InitialCongestionWindow PacketNumber = 32