You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current approach to peer lookup by ip uses a linear search through the peer set, which won't scale to large tailnets. Update this with an accelerated lookup using an indexed data structure
The current approach to peer lookup by ip uses a linear search through the peer set, which won't scale to large tailnets. Update this with an accelerated lookup using an indexed data structure
See comments in #145