mirror of
https://github.com/cedar2025/hysteria.git
synced 2025-06-13 16:09: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
|
|
)
|