mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-07-28 13:49:58 +00:00
TUN-5408: Update quic package to v0.24.0
This commit is contained in:

committed by
Chung Ting Huang

parent
157f5d1412
commit
e71b88fcaa
6
vendor/github.com/lucas-clemente/quic-go/conn_windows.go
generated
vendored
6
vendor/github.com/lucas-clemente/quic-go/conn_windows.go
generated
vendored
@@ -1,3 +1,4 @@
|
||||
//go:build windows
|
||||
// +build windows
|
||||
|
||||
package quic
|
||||
@@ -11,7 +12,10 @@ import (
|
||||
"golang.org/x/sys/windows"
|
||||
)
|
||||
|
||||
const IP_DONTFRAGMENT = 14
|
||||
const (
|
||||
disablePathMTUDiscovery = true
|
||||
IP_DONTFRAGMENT = 14
|
||||
)
|
||||
|
||||
func newConn(c OOBCapablePacketConn) (connection, error) {
|
||||
rawConn, err := c.SyscallConn()
|
||||
|
Reference in New Issue
Block a user