From 5c7da8ab15ccf5a27b9d36c8c45058de12b2ff27 Mon Sep 17 00:00:00 2001 From: Mirari <zf4@illinois.edu> Date: Mon, 3 Dec 2018 00:22:45 -0600 Subject: [PATCH] interval --- src/shared/shared.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/shared.go b/src/shared/shared.go index 169f087..5f8c229 100644 --- a/src/shared/shared.go +++ b/src/shared/shared.go @@ -45,7 +45,7 @@ const NumFileReplicas = 4 const IntroducerTimeout = 3 * time.Second const GrepTimeout = 5 * time.Second const ACKTimeout = 5000 * time.Millisecond -const PingInterval = 7000 * time.Millisecond +const PingInterval = 10000 * time.Millisecond // Simulate false positives by dropping packets before they are sent out const FalsePosChance = 0.0 -- GitLab