stormshield-frb
stormshield-frb
## Description Fixes: #4980. ## Notes & open questions ## Change checklist - [x] I have performed a self-review of my own code - [x] I have made corresponding changes...
## Description Fix #5004 ## Notes & open questions Instead of using a `silent_first_error: bool`, we could also use a `ignored_errors_nb: usize`. However, since there was [previously](https://github.com/libp2p/rust-libp2p/pull/3947/files) a `self.config.max_failures` and...
### Description Be able to configure, the fact to ignore or not the first error of `ping::Handler::poll`. ### Motivation In our project, we need to rapidly detect that an error...
### Description Add a field `connection_id` in `protocols/identify/src/behaviour.rs:Event` so we can map the received event to the corresponding connection. ### Motivation In order to identify which connection has been used...
## Description After testing `master`, we encountered a bug due to #4838 when doing automatic or periodic bootstrap if the node has no known peers. Since it failed immediately, I...
## Description As discussed at the last maintainer call @jxs, I'm upstreaming our work on UPNP. Our work began to allow us to listen on the unspecified address which was...
## Description The more things our software is doing, the more it is complicated to track Kademlia queries. We find ourselves needing to have distinct `HashMap` to keep track of...
## Description As discussed in the last maintainer call, some improvements are probably necessary for the automatic bootstrap feature (introduced by https://github.com/libp2p/rust-libp2p/pull/4838). Indeed, like @drHuangMHT mentioned in https://github.com/libp2p/rust-libp2p/issues/5341 and like...
## Description We encountered a bug when our app is connected and listening through a relay and that it decided to stop listening through the relay but still let the...
## Description I don't know if it is a bug or not, but in the `NetworkBehaviour` trait, there is a discrepancy with the remote multiaddr given to `handle_established_Inbound_connection` and the...