mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-12 17:41:22 +00:00
Rename all the network behaviours to more basic names (#726)
* Rename FloodsubBehaviour to Floodsub * Rename Ping behaviours * Rename identify
This commit is contained in:
@ -94,14 +94,12 @@ extern crate tokio_io;
|
||||
extern crate tokio_timer;
|
||||
extern crate void;
|
||||
|
||||
pub use self::dial_handler::PeriodicPingHandler;
|
||||
pub use self::dial_layer::PeriodicPingBehaviour;
|
||||
pub use self::listen_handler::PingListenHandler;
|
||||
pub use self::listen_layer::PingListenBehaviour;
|
||||
pub use self::dial_layer::PeriodicPing;
|
||||
pub use self::listen_layer::PingListen;
|
||||
|
||||
pub mod dial_handler;
|
||||
pub mod listen_handler;
|
||||
pub mod protocol;
|
||||
|
||||
mod dial_handler;
|
||||
mod dial_layer;
|
||||
mod listen_handler;
|
||||
mod listen_layer;
|
||||
|
Reference in New Issue
Block a user