Move libp2p tests to custom_proto (#2884)

This commit is contained in:
Pierre Krieger
2019-06-18 10:36:42 +02:00
committed by Arkadiy Paronyan
parent dc41558b6e
commit 4a44a07fd0
5 changed files with 161 additions and 150 deletions
-2
View File
@@ -44,8 +44,6 @@ use crate::config::Params;
use crate::error::Error;
use crate::protocol::specialization::NetworkSpecialization;
mod tests;
/// Interval at which we send status updates on the status stream.
const STATUS_INTERVAL: Duration = Duration::from_millis(5000);
/// Interval at which we update the `peers` field on the main thread.