mirror of
https://github.com/tailscale/tailscale.git
synced 2025-01-07 08:07:42 +00:00
wgengine/magicsock: remove TODO about endpoints-over-DERP
It was done in Tailscale 1.4 with CallMeMaybe disco messages containing endpoints. Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
parent
360095cd34
commit
ea3715e3ce
@ -1465,9 +1465,7 @@ func (c *Conn) runDerpReader(ctx context.Context, derpFakeAddr netaddr.IPPort, d
|
|||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
// Ignore.
|
// Ignore.
|
||||||
// TODO: handle endpoint notification messages.
|
|
||||||
continue
|
continue
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if !c.sendDerpReadResult(ctx, res) {
|
if !c.sendDerpReadResult(ctx, res) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user