libp2p / js-libp2p

The JavaScript Implementation of libp2p networking stack.
https://libp2p.io
Other
2.26k stars 436 forks source link

fix: use randomwalk to find circuit relay servers #2563

Closed achingbrain closed 1 month ago

achingbrain commented 1 month ago

Instead of publishing provider records for a pre-shared CID to find circuit relay servers, perform a random walk and attempt to make a reservation on any relay peers discovered.

Fixes #2545

Change checklist

2color commented 4 weeks ago

Noice!