From a37c099d4b2633186993127d647ad2285af62fa9 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Wed, 2 Sep 1998 21:37:33 +0000 Subject: Keep track of how responsive clients have been and don't time out good ones. --- server/zsrv_conf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'server/zsrv_conf.h') diff --git a/server/zsrv_conf.h b/server/zsrv_conf.h index 9c2cbce..947b4ab 100644 --- a/server/zsrv_conf.h +++ b/server/zsrv_conf.h @@ -32,6 +32,7 @@ #define REXMIT_TIMES { 2, 2, 4, 4, 8, 8, 16, 32, 64, 128, 256, 512, -1 } #define NUM_REXMIT_TIMES 12 +#define CLIENT_GIVEUP_MIN 512 /* hostmanager defines */ #define LOSE_TIMO (60) /* time during which a losing host -- cgit v1.2.3