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/wgengine
Josh Bleecher Snyder a0dacba877 wgengine/magicsock: simplify legacy endpoint DstToString
Legacy endpoints (addrSet) currently reconstruct their dst string when requested.

Instead, store the dst string we were given to begin with.
In addition to being simpler and cheaper, this makes less code
aware of how to interpret endpoint strings.

Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
4 years ago
..
bench all: delete wgcfg.Key and wgcfg.PrivateKey 4 years ago
filter
magicsock wgengine/magicsock: simplify legacy endpoint DstToString 4 years ago
monitor wgengine/monitor: reduce Linux log spam on down 4 years ago
netstack wgengine/netstack: avoid delivering incoming packets to both netstack + host 4 years ago
router wgengine/router: use net.IP.Equal instead of bytes.Equal to compare IPs 4 years ago
wgcfg wgengine/wgcfg: return better errors from DeviceConfig, ReconfigDevice 4 years ago
wglog wgengine/wglog: improve wireguard-go logging rate limiting 4 years ago
winnet
pendopen.go wgengine: fix pendopen debug to not track SYN+ACKs, show Node.Online state 4 years ago
userspace.go wgengine/userspace: delete HandshakeDone 4 years ago
userspace_ext_test.go cmd/tailscaled, wgengine{,/netstack}: add netstack hybrid mode, add to Windows 4 years ago
userspace_test.go cmd/tailscaled, wgengine{,/netstack}: add netstack hybrid mode, add to Windows 4 years ago
watchdog.go
watchdog_test.go
wgengine.go tailcfg: add Endpoint, EndpointType, MapRequest.EndpointType 4 years ago