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>
pull/1302/head
Brad Fitzpatrick 3 years ago
parent 360095cd34
commit ea3715e3ce

@ -1465,9 +1465,7 @@ func (c *Conn) runDerpReader(ctx context.Context, derpFakeAddr netaddr.IPPort, d
}
default:
// Ignore.
// TODO: handle endpoint notification messages.
continue
}
if !c.sendDerpReadResult(ctx, res) {

Loading…
Cancel
Save