Skip to content

Commit

Permalink
fix incorrect statement about Config.DisablePathMTUDiscovery (#4558)
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed Jun 6, 2024
1 parent cc9a5ee commit 0c84297
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0c84297

Please sign in to comment.