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