mirror of https://github.com/tailscale/tailscale/
wgengine/magicsock: check all 3 fast paths independently.
The previous code would skip the DERP short-circuit if roamAddr was set, which is not what we wanted. More generally, hitting any of the fast path conditions is a direct return, so we can just have 3 standalone branches rather than 'else if' stuff. Signed-Off-By: David Anderson <danderson@tailscale.com>pull/151/head
parent
05a52746a4
commit
ef31dd7bb5
Loading…
Reference in New Issue