mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-07-31 08:50:11 +00:00
TUN-6637: Upgrade go version and quic-go
This commit is contained in:
3
vendor/github.com/lucas-clemente/quic-go/internal/protocol/params.go
generated
vendored
3
vendor/github.com/lucas-clemente/quic-go/internal/protocol/params.go
generated
vendored
@@ -137,8 +137,7 @@ const MaxAckFrameSize ByteCount = 1000
|
||||
// The size is chosen such that a DATAGRAM frame fits into a QUIC packet.
|
||||
const DefaultMaxDatagramFrameSize ByteCount = 1220
|
||||
|
||||
// DatagramRcvQueueLen is the length of the receive queue for DATAGRAM frames.
|
||||
// See https://datatracker.ietf.org/doc/draft-pauly-quic-datagram/.
|
||||
// DatagramRcvQueueLen is the length of the receive queue for DATAGRAM frames (RFC 9221)
|
||||
const DatagramRcvQueueLen = 128
|
||||
|
||||
// MaxNumAckRanges is the maximum number of ACK ranges that we send in an ACK frame.
|
||||
|
Reference in New Issue
Block a user