mirror of
https://github.com/fumiama/terasu-cloudflared.git
synced 2026-06-09 20:50:34 +08:00
TUN-5408: Update quic package to v0.24.0
This commit is contained in:
committed by
Chung Ting Huang
parent
157f5d1412
commit
e71b88fcaa
1
vendor/github.com/lucas-clemente/quic-go/interface.go
generated
vendored
1
vendor/github.com/lucas-clemente/quic-go/interface.go
generated
vendored
@@ -283,6 +283,7 @@ type Config struct {
|
||||
KeepAlive bool
|
||||
// DisablePathMTUDiscovery disables Path MTU Discovery (RFC 8899).
|
||||
// Packets will then be at most 1252 (IPv4) / 1232 (IPv6) bytes in size.
|
||||
// Note that Path MTU discovery is always disabled on Windows, see https://github.com/lucas-clemente/quic-go/issues/3273.
|
||||
DisablePathMTUDiscovery bool
|
||||
// DisableVersionNegotiationPackets disables the sending of Version Negotiation packets.
|
||||
// This can be useful if version information is exchanged out-of-band.
|
||||
|
||||
Reference in New Issue
Block a user