From 247a1ebf2317556eea79a018fb236a0145e55121 Mon Sep 17 00:00:00 2001 From: sapier Date: Sat, 12 Jul 2014 15:58:08 +0200 Subject: Improve timeout calculation gf --- src/constants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/constants.h') diff --git a/src/constants.h b/src/constants.h index 526e44159..f22a6e8af 100644 --- a/src/constants.h +++ b/src/constants.h @@ -43,7 +43,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #define CONNECTION_TIMEOUT 30 -#define RESEND_TIMEOUT_MIN 0.333 +#define RESEND_TIMEOUT_MIN 0.1 #define RESEND_TIMEOUT_MAX 3.0 // resend_timeout = avg_rtt * this #define RESEND_TIMEOUT_FACTOR 4 -- cgit v1.2.3