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