github.com/mikelsr/quic-go@v0.36.1-0.20230701132136-1d9415b66898/sys_conn_helper_freebsd.go (about)

     1  //go:build freebsd
     2  
     3  package quic
     4  
     5  import "golang.org/x/sys/unix"
     6  
     7  const (
     8  	msgTypeIPTOS = unix.IP_RECVTOS
     9  	ipv4PKTINFO  = 0x7
    10  )
    11  
    12  const batchSize = 8