fix incorrect statement about Config.DisablePathMTUDiscovery (#4558)

This commit is contained in:
Marten Seemann
2024-06-06 10:23:53 +08:00
committed by GitHub
parent cc9a5ee744
commit 0c842975f4

View File

@@ -336,7 +336,6 @@ type Config struct {
// DisablePathMTUDiscovery disables Path MTU Discovery (RFC 8899).
// This allows the sending of QUIC packets that fully utilize the available MTU of the path.
// Path MTU discovery is only available on systems that allow setting of the Don't Fragment (DF) bit.
// If unavailable or disabled, packets will be at most 1280 bytes in size.
DisablePathMTUDiscovery bool
// Allow0RTT allows the application to decide if a 0-RTT connection attempt should be accepted.
// Only valid for the server.