mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-07-28 11:19:58 +00:00
TUN-5623: Configure quic max datagram frame size to 1350 bytes for none Windows platforms
This commit is contained in:
5
vendor/github.com/lucas-clemente/quic-go/interface.go
generated
vendored
5
vendor/github.com/lucas-clemente/quic-go/interface.go
generated
vendored
@@ -291,8 +291,9 @@ type Config struct {
|
||||
DisableVersionNegotiationPackets bool
|
||||
// See https://datatracker.ietf.org/doc/draft-ietf-quic-datagram/.
|
||||
// Datagrams will only be available when both peers enable datagram support.
|
||||
EnableDatagrams bool
|
||||
Tracer logging.Tracer
|
||||
EnableDatagrams bool
|
||||
MaxDatagramFrameSize int64
|
||||
Tracer logging.Tracer
|
||||
}
|
||||
|
||||
// ConnectionState records basic details about a QUIC connection
|
||||
|
Reference in New Issue
Block a user