diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-11-20 18:20:52 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-11-20 18:20:52 +0000 |
commit | 3644b17d50685b5d9bd7aeb7a7a7a3d2e0784388 (patch) | |
tree | 8f6402e002371114cba333b34b39f1f3b7b56c52 /tunable.h | |
parent | c8ecb908dde9760ac2ff55f73ffd02f1a0046f59 (diff) | |
download | fetchmail-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.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 - |