mirror of
https://github.com/cedar2025/hysteria.git
synced 2025-06-09 14:10:00 +00:00
8 lines
97 B
Go
8 lines
97 B
Go
//go:build linux || windows || darwin
|
|
|
|
package pmtud
|
|
|
|
const (
|
|
DisablePathMTUDiscovery = false
|
|
)
|