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/avail.go

9 lines
115 B
Go

//go:build linux || windows
// +build linux windows
package pmtud_fix
const (
DisablePathMTUDiscovery = false
)