hysteria-dev/core/pmtud/unavail.go
2022-11-24 00:22:44 -08:00

9 lines
114 B
Go

//go:build !linux && !windows
// +build !linux,!windows
package pmtud
const (
DisablePathMTUDiscovery = true
)