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