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
David Anderson 55b1221db2 net/packet: support full IPv6 decoding.
The packet filter still rejects all IPv6, but decodes enough from v6
packets to do something smarter in a followup.

name              time/op
Decode/tcp4-8     28.8ns ± 2%
Decode/tcp6-8     20.6ns ± 1%
Decode/udp4-8     28.2ns ± 1%
Decode/udp6-8     20.0ns ± 6%
Decode/icmp4-8    21.7ns ± 2%
Decode/icmp6-8    14.1ns ± 2%
Decode/unknown-8  9.43ns ± 2%

Signed-off-by: David Anderson <danderson@tailscale.com>
4 years ago
..
dnscache net/dnscache: remove unnecessary lint warning. 4 years ago
interfaces net/interfaces: ignore bogus proxy URLs from winhttp [windows] 4 years ago
netcheck net/netcheck: fix tests on Windows 4 years ago
netns net/netns: don't bind to device for localhost connections 4 years ago
netstat net/netstat: start of new netstat package, with Windows for now 4 years ago
nettest scripts: add a license header checker. 4 years ago
packet net/packet: support full IPv6 decoding. 4 years ago
stun net/stun: Fix STUN attribute padding (#710) 4 years ago
tlsdial net/tlsdial, derp/derphttp: finish DERPNode.CertName validation 4 years ago
tsaddr tsaddr: add helpers for the Tailscale IPv6 range, and 4to6 conversion. 4 years ago
tshttpproxy net/tshttpproxy: aggressively rate-limit error logs in Transport.Proxy path 4 years ago