From 0c842975f4b5e7bb5814579ae4ea75e634488a35 Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Thu, 6 Jun 2024 10:23:53 +0800 Subject: [PATCH] fix incorrect statement about Config.DisablePathMTUDiscovery (#4558) --- interface.go | 1 - 1 file changed, 1 deletion(-) diff --git a/interface.go b/interface.go index 56155f71..a3e670f0 100644 --- a/interface.go +++ b/interface.go @@ -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.