mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 16:55:46 +00:00
Add libp2p transport - tcp/ws/secio and multiplexing.
This commit is contained in:
@@ -2,11 +2,12 @@
|
||||
/// all required libp2p functionality.
|
||||
///
|
||||
/// This crate builds and manages the libp2p services required by the beacon node.
|
||||
mod network_config;
|
||||
mod service;
|
||||
|
||||
pub use libp2p::{
|
||||
gossipsub::{GossipsubConfig, GossipsubConfigBuilder},
|
||||
PeerId,
|
||||
};
|
||||
|
||||
pub use network_config::NetworkConfig;
|
||||
pub use service::Service;
|
||||
|
||||
Reference in New Issue
Block a user