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:
Brad Fitzpatrick 2021-02-24 21:34:31 -08:00
parent 360095cd34
commit ea3715e3ce

View File

@ -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) {