hysteria/core/internal/pmtud/avail.go

7 lines
97 B
Go

//go:build linux || windows || darwin
package pmtud
const (
DisablePathMTUDiscovery = false
)