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
Brad Fitzpatrick c64bd587ae net/portmapper: add NAT-PMP client, move port mapping service probing
* move probing out of netcheck into new net/portmapper package
* use PCP ANNOUNCE op codes for PCP discovery, rather than causing
  short-lived (sub-second) side effects with a 1-second-expiring map +
  delete.
* track when we heard things from the router so we can be less wasteful
  in querying the router's port mapping services in the future
* use portmapper from magicsock to map a public port

Fixes #1298
Fixes #1080
Fixes #1001
Updates #864

Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
3 years ago
..
dnscache net/dnscache: work on IPv6-only hosts (again) 4 years ago
flowtrack net/flowtrack: add Tuple.String method 4 years ago
interfaces net/{interfaces,netns}: add some new tests, missed from prior commit 3 years ago
netcheck net/portmapper: add NAT-PMP client, move port mapping service probing 3 years ago
netns net/{interfaces,netns}: add some new tests, missed from prior commit 3 years ago
netstat net/netstat: remove a bit more unsafe 4 years ago
nettest net/nettest: de-flake tests on Windows 3 years ago
packet net/packet: add some more TSMP packet reject reasons and MaybeBroken bit 3 years ago
portmapper net/portmapper: add NAT-PMP client, move port mapping service probing 3 years ago
stun tstest/natlab: use net.ErrClosed instead of a new error 3 years ago
tlsdial net/tlsdial, derp/derphttp: finish DERPNode.CertName validation 4 years ago
tsaddr net/tsaddr: add ChromeOS contains tests 4 years ago
tshttpproxy net/tshttpproxy: support HTTP proxy environment credentials on Windows too 3 years ago