Update the echo dialer example

This commit is contained in:
Pierre Krieger
2018-01-04 17:18:49 +01:00
parent 5f65515150
commit 6b7fc9508e
3 changed files with 64 additions and 40 deletions

View File

@ -224,3 +224,4 @@ pub use self::muxing::StreamMuxer;
pub use self::swarm::{swarm, SwarmController, SwarmFuture};
pub use self::transport::{ConnectionUpgrade, PlainTextConfig, Transport, UpgradedNode, OrUpgrade};
pub use self::transport::{Endpoint, SimpleProtocol, MuxedTransport, UpgradeExt};
pub use self::transport::{DeniedConnectionUpgrade};