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/magicsock
David Anderson 2839854994 wgengine/magicsock: never set a DERP server as a roamAddr.
DERP traffic is asymmetric by design, with nodes always sending
to their peer's home DERP server. However, if roamAddr is set,
magicsock will always push data there, rather than let DERP
server selection do its thing, so we end up accidentally
creating a symmetric flow.

Signed-Off-By: David Anderson <danderson@tailscale.com>
5 years ago
..
derpmap.go wgengine/magicsock: update set of DERP nodes 5 years ago
magicsock.go wgengine/magicsock: never set a DERP server as a roamAddr. 5 years ago
magicsock_test.go magicsock: add some DERP tests 5 years ago