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
dependencies: http-parser has been replaced by llhttp (optional, used for the proxy)
dht: add support to behave as a client node. A client node doesn't participate in routing or storing data but can perform queries to other nodes. This can be useful when running short-lived nodes.
dht: use poll instead of select
peer discovery: ping network after connectivity change (@AmnaSnene )
peer discovery: add retry mechanism with exponential back-off (@AmnaSnene )