mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 20:57:36 +03:00
12 lines
149 B
Go
12 lines
149 B
Go
//go:build freebsd
|
|
|
|
package quic
|
|
|
|
import "golang.org/x/sys/unix"
|
|
|
|
const (
|
|
msgTypeIPTOS = unix.IP_RECVTOS
|
|
ipv4PKTINFO = 0x7
|
|
)
|
|
|
|
const batchSize = 8
|