status-go/vendor/github.com/lucas-clemente/quic-go/sys_conn_helper_freebsd.go

22 lines
251 B
Go
Raw Normal View History

2022-04-01 12:16:46 -04:00
//go:build freebsd
package quic
import "golang.org/x/sys/unix"
const (
msgTypeIPTOS = unix.IP_RECVTOS
2022-04-01 12:16:46 -04:00
)
const (
ipv4RECVPKTINFO = 0x7
ipv6RECVPKTINFO = 0x24
)
const (
msgTypeIPv4PKTINFO = 0x7
msgTypeIPv6PKTINFO = 0x2e
)
const batchSize = 8