forked from quic-go/quic-go
remove the params negotiator
This commit is contained in:
@@ -43,12 +43,6 @@ const MaxReceivePacketSize ByteCount = 1452
|
||||
// Used in QUIC for congestion window computations in bytes.
|
||||
const DefaultTCPMSS ByteCount = 1460
|
||||
|
||||
// InitialStreamFlowControlWindow is the initial stream-level flow control window for sending
|
||||
const InitialStreamFlowControlWindow ByteCount = (1 << 14) // 16 kB
|
||||
|
||||
// InitialConnectionFlowControlWindow is the initial connection-level flow control window for sending
|
||||
const InitialConnectionFlowControlWindow ByteCount = (1 << 14) // 16 kB
|
||||
|
||||
// ClientHelloMinimumSize is the minimum size the server expects an inchoate CHLO to have.
|
||||
const ClientHelloMinimumSize = 1024
|
||||
|
||||
|
||||
Reference in New Issue
Block a user