Clash.Meta/transport/hysteria/pmtud_fix/unavail.go
Larvan2 fa49fd7ba2 chore: use cmp in go 1.21
Co-authored-by: H1JK <hell0jack@protonmail.com>
2023-09-16 12:06:58 +08:00

8 lines
103 B
Go

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