remove unused constant NonForwardSecurePacketSizeReduction

This commit is contained in:
Marten Seemann
2018-11-28 11:50:13 +07:00
parent 05434fecbc
commit 46487e5267

View File

@@ -11,10 +11,6 @@ const MaxPacketSizeIPv6 = 1232
// MinStatelessResetSize is the minimum size of a stateless reset packet
const MinStatelessResetSize = 1 + 20 + 16
// NonForwardSecurePacketSizeReduction is the number of bytes a non forward-secure packet has to be smaller than a forward-secure packet
// This makes sure that those packets can always be retransmitted without splitting the contained StreamFrames
const NonForwardSecurePacketSizeReduction = 50
const defaultMaxCongestionWindowPackets = 1000
// DefaultMaxCongestionWindow is the default for the max congestion window