mirror of
https://github.com/cedar2025/hysteria.git
synced 2025-06-09 22:19:55 +00:00
9 lines
114 B
Go
9 lines
114 B
Go
//go:build !linux && !windows
|
|
// +build !linux,!windows
|
|
|
|
package pmtud
|
|
|
|
const (
|
|
DisablePathMTUDiscovery = true
|
|
)
|