mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-19 00:30:58 +00:00
7 lines
103 B
Go
7 lines
103 B
Go
//go:build !linux && !windows && !darwin
|
|
|
|
package pmtud_fix
|
|
|
|
const (
|
|
DisablePathMTUDiscovery = true
|
|
)
|