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 Crawshaw f414a9cc01 net/dns/resolver: EDNS OPT record off-by-one
I don't know how to get access to a real packet. Basing this commit
entirely off:

       +------------+--------------+------------------------------+
       | Field Name | Field Type   | Description                  |
       +------------+--------------+------------------------------+
       | NAME       | domain name  | MUST be 0 (root domain)      |
       | TYPE       | u_int16_t    | OPT (41)                     |
       | CLASS      | u_int16_t    | requestor's UDP payload size |
       | TTL        | u_int32_t    | extended RCODE and flags     |
       | RDLEN      | u_int16_t    | length of all RDATA          |
       | RDATA      | octet stream | {attribute,value} pairs      |
       +------------+--------------+------------------------------+

From https://datatracker.ietf.org/doc/html/rfc6891#section-6.1.2

Signed-off-by: David Crawshaw <crawshaw@tailscale.com>
5 years ago
..
dns net/dns/resolver: EDNS OPT record off-by-one 5 years ago
dnscache net/{dnscache,interfaces}: use netaddr.IP.IsPrivate, delete copied code 5 years ago
dnsfallback net/dnsfallback: regenerate 5 years ago
flowtrack
interfaces net/{dnscache,interfaces}: use netaddr.IP.IsPrivate, delete copied code 5 years ago
netcheck
netns netns_linux: remove special handling for tests. 5 years ago
netstat
nettest
packet
portmapper net/portmapper: rename ErrGatewayNotFound to ErrGatewayRange, reword text 5 years ago
socks5 net/socks5/tssocks: add a SOCKS5 dialer type, method-ifying code 5 years ago
speedtest Implemented Commandline Download Speedtest (#2064) 5 years ago
stun
tlsdial
tsaddr
tshttpproxy
tstun net/tstun: buffer outbound channel 5 years ago