mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-06-10 14:29:54 +00:00
8 lines
87 B
Go
8 lines
87 B
Go
//go:build linux || windows
|
|
|
|
package pmtud
|
|
|
|
const (
|
|
DisablePathMTUDiscovery = false
|
|
)
|