forked from quic-go/quic-go
disable Path MTU Discovery on Windows
This commit is contained in:
@@ -5,7 +5,10 @@ package quic
|
||||
|
||||
import "golang.org/x/sys/unix"
|
||||
|
||||
const msgTypeIPTOS = unix.IP_TOS
|
||||
const (
|
||||
msgTypeIPTOS = unix.IP_TOS
|
||||
disablePathMTUDiscovery = false
|
||||
)
|
||||
|
||||
const (
|
||||
ipv4RECVPKTINFO = unix.IP_PKTINFO
|
||||
|
||||
Reference in New Issue
Block a user