mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-20 01:00:56 +00:00
8 lines
118 B
Go
8 lines
118 B
Go
//go:build !linux && !windows
|
|
// +build !linux,!windows
|
|
|
|
package pmtud_fix
|
|
|
|
const (
|
|
DisablePathMTUDiscovery = true
|
|
)
|