We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4686156 commit 6923084Copy full SHA for 6923084
wgengine/magicsock/magicsock_windows.go
@@ -11,14 +11,7 @@ import (
11
// https://github.com/tpn/winsdk-10/blob/9b69fd26ac0c7d0b83d378dba01080e93349c2ed/Include/10.0.16299.0/shared/ws2ipdef.h
12
const (
13
IP_MTU_DISCOVER = 71 // IPV6_MTU_DISCOVER has the same value, which is nice.
14
-)
15
-
16
-const (
17
- IP_PMTUDISC_NOT_SET = iota
18
- IP_PMTUDISC_DO
19
- IP_PMTUDISC_DONT
20
- IP_PMTUDISC_PROBE
21
- IP_PMTUDISC_MAX
+ IP_PMTUDISC_DO = 1
22
)
23
24
func tryPreventFragmentation(pconn nettype.PacketConn, logf logger.Logf, network string) {
0 commit comments