mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-05-13 23:06:34 +00:00

- Added a QUIC server to accept streams - Unit test for this server also tests ALPN - Temporary echo capability for HTTP ConnectionType
18 lines
297 B
Go
18 lines
297 B
Go
// Code generated by cmd/cgo -godefs; DO NOT EDIT.
|
|
// cgo -godefs defs_dragonfly.go
|
|
|
|
package ipv4
|
|
|
|
const (
|
|
sysIP_RECVDSTADDR = 0x7
|
|
sysIP_RECVIF = 0x14
|
|
sysIP_RECVTTL = 0x41
|
|
|
|
sizeofIPMreq = 0x8
|
|
)
|
|
|
|
type ipMreq struct {
|
|
Multiaddr [4]byte /* in_addr */
|
|
Interface [4]byte /* in_addr */
|
|
}
|