mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-28 18:21:20 +00:00
* core/src: Remove poll_broadcast connection notification mechanism The `Network::poll_broadcast` function has not proven to be useful. This commit removes the mechanism all the way down to the connection manager. With `poll_broadcast` gone there is no mechanism left to send commands to pending connections. Thereby command buffering for pending connections is not needed anymore and is thus removed in this commit as well. * core/src/connection/manager.rs: Remove warning comment Co-Authored-By: Pierre Krieger <pierre.krieger1708@gmail.com> Co-authored-by: Pierre Krieger <pierre.krieger1708@gmail.com>