mirror of
https://github.com/cedar2025/hysteria.git
synced 2025-06-16 17:39:54 +00:00
9 lines
115 B
Go
9 lines
115 B
Go
//go:build linux || windows
|
|
// +build linux windows
|
|
|
|
package pmtud_fix
|
|
|
|
const (
|
|
DisablePathMTUDiscovery = false
|
|
)
|