libp2p / js-libp2p

The JavaScript Implementation of libp2p networking stack.
https://libp2p.github.io/js-libp2p/
Other
2.34k stars 447 forks source link

fix: tag kad-close peers with keepalive #2740

Closed achingbrain closed 1 month ago

achingbrain commented 1 month ago

This will ensure we are always connected to peers in our root kad bucket.

Also passes the complete set of options to the routing table to allow constraining memory usage from the constructor.

Change checklist