Aarsh Shah
Aarsh Shah
Looks like a regression. Need to investigate. https://travis-ci.com/github/libp2p/go-libp2p/builds/166912970.
We need to classify addresses as FD/Non-FD consuming at two places: - Before we dial them. because we rate limit FD consuming addresses: * Relay addresses should be classified as...
It would be useful to wrap the client in a REST service so that it can be called from services written in other languages. I would be happy to use...
Closes https://github.com/libp2p/go-libp2p/issues/1011. @alanshaw I'm not sure how to place the code for the new measures in the `hydra-boosters/ui` package like we've done for other measures. How do I get the...
@Stebalien @willscott Please take a look. For libp2p/go-libp2p#1480
For https://github.com/libp2p/go-libp2p/issues/1012 * AutoNAT server will attempt to successfully dial multiple addresses rather than just one address. * Server groups addresses by (IP addr + transport protocol) and attempts to...
Subscribers should be able to know if the eventbus has emitter for some event/s. This would allow the component housing the subscriber to close the subscriber if no emitters exist...
@Stebalien @willscott For https://github.com/libp2p/go-libp2p/issues/860.
For https://github.com/libp2p/go-libp2p/issues/1012. AutoNAT PR at https://github.com/libp2p/go-libp2p-autonat/pull/98. As discussed with @Stebalien , sub-systems that discover new dialable addresses will emit this event which will then be consumed by AutoNAT to determine...
It can be a tad bit tricky to understand how a peer acts as an AutoNAT client, how it discover's it's own reachability and how to configure/force reachability states. Let's...