From d7b930982d75a7ebd9f9768820cb450ec54bebbe Mon Sep 17 00:00:00 2001 From: Dennis Schwerdel Date: Sun, 26 Jun 2016 19:21:04 +0200 Subject: [PATCH] Sending peer list more often to prevent timeouts --- src/cloud.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cloud.rs b/src/cloud.rs index 146f6ee..aeb922a 100644 --- a/src/cloud.rs +++ b/src/cloud.rs @@ -207,7 +207,7 @@ impl GenericCloud

{ options: options, crypto: crypto, next_peerlist: now(), - update_freq: peer_timeout/2, + update_freq: peer_timeout/2-60, buffer_out: [0; 64*1024], next_housekeep: now(), _dummy_p: PhantomData,