acb2daa6aa
Co-authored-by: H1JK <hell0jack@protonmail.com>
7 lines
101 B
Go
7 lines
101 B
Go
//go:build linux || windows || darwin
|
|
|
|
package pmtud_fix
|
|
|
|
const (
|
|
DisablePathMTUDiscovery = false
|
|
)
|