mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-07-28 14:49:59 +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_helper_freebsd.go
generated
vendored
6
vendor/github.com/lucas-clemente/quic-go/conn_helper_freebsd.go
generated
vendored
@@ -1,10 +1,14 @@
|
||||
//go:build freebsd
|
||||
// +build freebsd
|
||||
|
||||
package quic
|
||||
|
||||
import "golang.org/x/sys/unix"
|
||||
|
||||
const msgTypeIPTOS = unix.IP_RECVTOS
|
||||
const (
|
||||
msgTypeIPTOS = unix.IP_RECVTOS
|
||||
disablePathMTUDiscovery = false
|
||||
)
|
||||
|
||||
const (
|
||||
ipv4RECVPKTINFO = 0x7
|
||||
|
Reference in New Issue
Block a user