forked from quic-go/quic-go
fix a typo
This commit is contained in:
@@ -40,8 +40,8 @@ const MaxStreamsPerConnection uint32 = 100
|
||||
// TODO: set a reasonable value here
|
||||
const MaxIdleConnectionStateLifetime = 60 * time.Second
|
||||
|
||||
// WindowUpdateNumRepitions is the number of times the same WindowUpdate frame will be sent to the client
|
||||
const WindowUpdateNumRepitions uint8 = 2
|
||||
// WindowUpdateNumRepetitions is the number of times the same WindowUpdate frame will be sent to the client
|
||||
const WindowUpdateNumRepetitions uint8 = 2
|
||||
|
||||
// MaxSessionUnprocessedPackets is the max number of packets stored in each session that are not yet processed.
|
||||
const MaxSessionUnprocessedPackets = 128
|
||||
|
||||
Reference in New Issue
Block a user