mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-06-09 05:49: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
|
|
)
|