You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/net/packet
Andrew Dunham 1c972bc7cb wgengine/magicsock: actually use AF_PACKET socket for raw disco
Previously, despite what the commit said, we were using a raw IP socket
that was *not* an AF_PACKET socket, and thus was subject to the host
firewall rules. Switch to using a real AF_PACKET socket to actually get
the functionality we want.

Updates #13140

Signed-off-by: Andrew Dunham <andrew@du.nham.ca>
Change-Id: If657daeeda9ab8d967e75a4f049c66e2bca54b78
2 months ago
..
checksum net/packet/checksum: fix v6 NAT 3 months ago
doc.go
header.go
icmp.go
icmp4.go
icmp6.go
icmp6_test.go
ip4.go
ip6.go
packet.go wgengine/magicsock: actually use AF_PACKET socket for raw disco 2 months ago
packet_test.go
tsmp.go net/flowtrack: optimize Tuple type for use as map key 5 months ago
tsmp_test.go
udp4.go
udp6.go