mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-13 01:51:23 +00:00
28ea62d1a907d34578137915dba0b1ad4d1cec39
* [libp2p-swarm] Correct returned connections from notify_all. If at least one connection was not ready (i.e. pending), only those (pending) connections would be returned and considered on the next iteration, whereas those which were ready should also remain in the list of connections to notify on retry of `notify_all`. * Simplify. It seems unnecessary to use "poll all" -> "send all" semantics, i.e. attempting an "atomic" broadcast. Rather, events send via `notify_all` can be delivered as soon as possible, simplifying the code further.
Central repository for work on libp2p
This repository is the central place for Rust development of the libp2p spec.
Warning: While we are trying our best to be compatible with other libp2p implementations, we cannot guarantee that this is the case considering the lack of a precise libp2p specifications.
Documentation
How to use the library?
- Main documentation: https://docs.rs/libp2p
Where to ask questions?
- In the Rust section of https://discuss.libp2p.io.
- In the #libp2p IRC channel on freenode.
- By opening an issue in this repository.
Notable users
(open a pull request if you want your project to be added here)
Languages
Rust
99.8%
JavaScript
0.2%