This repository has been archived on 2024-09-06. You can view files and clone it, but cannot push or open issues or pull requests.
Larvan2 fa49fd7ba2 chore: use cmp in go 1.21
Co-authored-by: H1JK <hell0jack@protonmail.com>
2023-09-16 12:06:58 +08:00

8 lines
101 B
Go

//go:build linux || windows || darwin
package pmtud_fix
const (
DisablePathMTUDiscovery = false
)