mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
increase the maximum size of DATAGRAM frames
This commit is contained in:
parent
e2df1d9d15
commit
ef87f15ecb
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ const MaxAckFrameSize ByteCount = 1000
|
|||
// MaxDatagramFrameSize is the maximum size of a DATAGRAM frame as defined in
|
||||
// https://datatracker.ietf.org/doc/draft-pauly-quic-datagram/.
|
||||
// The size is chosen such that a DATAGRAM frame fits into a QUIC packet.
|
||||
const MaxDatagramFrameSize ByteCount = 1200
|
||||
const MaxDatagramFrameSize ByteCount = 1220
|
||||
|
||||
// DatagramRcvQueueLen is the length of the receive queue for DATAGRAM frames.
|
||||
// See https://datatracker.ietf.org/doc/draft-pauly-quic-datagram/.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue