clash/transport/hysteria/pmtud_fix/unavail.go

9 lines
118 B
Go
Raw Normal View History

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