clash/transport/hysteria/pmtud_fix/unavail.go

9 lines
118 B
Go

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