mirror of
https://github.com/tailscale/tailscale.git
synced 2025-07-16 18:48:37 +00:00
wgengine/magicsock: remove conn.InitiationAwareEndpoint TODO (#16498)
It was implemented in 5b0074729d38f8cc301803da06086033f53b1b93. Updates #cleanup Signed-off-by: Jordan Whited <jordan@tailscale.com>
This commit is contained in:
parent
740b77df59
commit
a60e0caf6a
@ -1708,11 +1708,6 @@ func (c *Conn) receiveIP(b []byte, ipp netip.AddrPort, cache *epAddrEndpointCach
|
||||
}
|
||||
// TODO(jwhited): reuse [lazyEndpoint] across calls to receiveIP()
|
||||
// for the same batch & [epAddr] src.
|
||||
//
|
||||
// TODO(jwhited): implement [lazyEndpoint] integration to call
|
||||
// [endpoint.noteRecvActivity], which triggers just-in-time
|
||||
// wireguard-go configuration of the peer, prior to peer lookup
|
||||
// within wireguard-go.
|
||||
return &lazyEndpoint{c: c, src: src}, size, true
|
||||
}
|
||||
cache.epAddr = src
|
||||
|
Loading…
x
Reference in New Issue
Block a user