From 3644b17d50685b5d9bd7aeb7a7a7a3d2e0784388 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 20 Nov 1998 18:20:52 +0000 Subject: Send notification and wedge the connection on too many timeouts. svn path=/trunk/; revision=2190 --- tunable.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tunable.h') diff --git a/tunable.h b/tunable.h index 9ee1e6c9..8046afc1 100644 --- a/tunable.h +++ b/tunable.h @@ -10,6 +10,8 @@ /* default timeout period in seconds if server connection dies */ #define CLIENT_TIMEOUT 300 +/* maximum consecutive timeouts to accept */ +#define MAX_TIMEOUTS 20 + /* default skipped message warning interval in seconds */ #define WARNING_INTERVAL 3600 - -- cgit v1.2.3