mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-06-14 16:29:57 +00:00
9 lines
111 B
Go
9 lines
111 B
Go
//go:build linux || windows
|
|
// +build linux windows
|
|
|
|
package pmtud
|
|
|
|
const (
|
|
DisablePathMTUDiscovery = false
|
|
)
|