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