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
Add client/server Kademlia DHT mode separation. Nodes running as clients are not added to the routing tables of the server nodes, and records/providers are not published to them. This improves Kademlia health in networks with nodes running behind NATs/firewalls without an accessible p2p port by not trying to reach such nodes during Kademlia operation.