Add libp2p transport - tcp/ws/secio and multiplexing.

This commit is contained in:
Age Manning
2019-03-06 23:31:08 +11:00
parent b68adc1ae3
commit ac639c6427
8 changed files with 108 additions and 49 deletions

View File

@@ -2,8 +2,7 @@
pub mod error;
mod message_handler;
mod messages;
mod network_config;
mod service;
pub use network_config::NetworkConfig;
pub use libp2p::NetworkConfig;
pub use service::Service;