aboutsummaryrefslogtreecommitdiffstats
path: root/tunable.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-11-20 18:20:52 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-11-20 18:20:52 +0000
commit3644b17d50685b5d9bd7aeb7a7a7a3d2e0784388 (patch)
tree8f6402e002371114cba333b34b39f1f3b7b56c52 /tunable.h
parentc8ecb908dde9760ac2ff55f73ffd02f1a0046f59 (diff)
downloadfetchmail-3644b17d50685b5d9bd7aeb7a7a7a3d2e0784388.tar.gz
fetchmail-3644b17d50685b5d9bd7aeb7a7a7a3d2e0784388.tar.bz2
fetchmail-3644b17d50685b5d9bd7aeb7a7a7a3d2e0784388.zip
Send notification and wedge the connection on too many timeouts.
svn path=/trunk/; revision=2190
Diffstat (limited to 'tunable.h')
-rw-r--r--tunable.h4
1 files changed, 3 insertions, 1 deletions
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
-