This repository has been archived on 2024-09-06. You can view files and clone it, but cannot push or open issues or pull requests.
Files
Clash.Meta/transport/hysteria/pmtud_fix/unavail.go
2023-09-16 12:06:58 +08:00

8 lines
103 B
Go

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