mirror of
https://github.com/fumiama/terasu-cloudflared.git
synced 2026-06-23 12:40:42 +08: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_darwin.go
generated
vendored
6
vendor/github.com/lucas-clemente/quic-go/conn_helper_darwin.go
generated
vendored
@@ -1,10 +1,14 @@
|
||||
//go:build darwin
|
||||
// +build darwin
|
||||
|
||||
package quic
|
||||
|
||||
import "golang.org/x/sys/unix"
|
||||
|
||||
const msgTypeIPTOS = unix.IP_RECVTOS
|
||||
const (
|
||||
msgTypeIPTOS = unix.IP_RECVTOS
|
||||
disablePathMTUDiscovery = false
|
||||
)
|
||||
|
||||
const (
|
||||
ipv4RECVPKTINFO = unix.IP_RECVPKTINFO
|
||||
|
||||
Reference in New Issue
Block a user