mirror of
https://github.com/apernet/hysteria.git
synced 2025-04-03 20:47:38 +03:00
7 lines
97 B
Go
7 lines
97 B
Go
//go:build linux || windows || darwin
|
|
|
|
package pmtud
|
|
|
|
const (
|
|
DisablePathMTUDiscovery = false
|
|
)
|