forked from libp2p/rust-libp2p
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat(gossipsub): introduce backpressure * remove duplicated poll from RpcReceiver * make RpcReceiver part of RpcSender, and clone it per ConnectionHandler, this will allow us to always have an open Receiver. * split send_message into multiple RpcSender methods, to allow for better handling of each message send. * cargo clippy * add CHANGELOG.md entry * Update protocols/gossipsub/src/types.rs --------- Co-authored-by: João Oliveira <[email protected]>
- Loading branch information
1 parent
dfd66f9
commit a4a3f39
Showing
8 changed files
with
682 additions
and
424 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.