mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 13:31:10 +00:00
Incorporate sc-peerset into sc-network (#14236)
This commit is contained in:
@@ -243,7 +243,10 @@
|
||||
//! More precise usage details are still being worked on and will likely change in the future.
|
||||
|
||||
mod behaviour;
|
||||
mod peer_store;
|
||||
mod peerset;
|
||||
mod protocol;
|
||||
mod protocol_controller;
|
||||
mod service;
|
||||
|
||||
pub mod config;
|
||||
@@ -267,6 +270,7 @@ pub use sc_network_common::{
|
||||
warp::{WarpSyncPhase, WarpSyncProgress},
|
||||
ExtendedPeerInfo, StateDownloadProgress, SyncEventStream, SyncState, SyncStatusProvider,
|
||||
},
|
||||
types::ReputationChange,
|
||||
};
|
||||
pub use service::{
|
||||
signature::Signature,
|
||||
@@ -281,8 +285,6 @@ pub use service::{
|
||||
};
|
||||
pub use types::ProtocolName;
|
||||
|
||||
pub use sc_peerset::ReputationChange;
|
||||
|
||||
/// The maximum allowed number of established connections per peer.
|
||||
///
|
||||
/// Typically, and by design of the network behaviours in this crate,
|
||||
|
||||
Reference in New Issue
Block a user