summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/transport/raw/protocol.go
AgeCommit message (Collapse)Author
2019-07-12Add IPPROTO_RAW, which allows raw sockets to write IP headers.Kevin Krakauer
iptables also relies on IPPROTO_RAW in a way. It opens such a socket to manipulate the kernel's tables, but it doesn't actually use any of the functionality. Blegh. PiperOrigin-RevId: 257903078