Compare commits

..

No commits in common. "74464a17f1b182dfd3c550e91803dc315b980252" and "e5c33190e589a44874023dc37bfd9fe39a562621" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View File

@ -269,9 +269,7 @@ impl NetworkManager {
); );
let peer = Peer::listen( let peer = Peer::listen(
None, None,
PeerConfig::default() PeerConfig::default().with_identifier(NetworkManager::identifier()),
.with_identifier(NetworkManager::identifier())
.with_additional_ping(Duration::from_millis(200)),
); );
match peer { match peer {
Ok(mut peer) => { Ok(mut peer) => {

@ -1 +1 @@
Subproject commit 92720a7156cf9840d238221c51ba15b54dbda353 Subproject commit 39fb40e0a0b41c30544a713d0a6d2119c5e002a5