Increased timeout to 5 minutes

This commit is contained in:
Michiel Broek 2005-07-03 19:00:52 +00:00
parent 0179387e07
commit 38f60a4166
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@ v0.71.3 13-Jun-2005
mbcico:
Added support for binkp GZ and BZ2 compression.
Increased binkp timeout from 180 to 300 seconds.
mbsebbs:
Added logging of remote host and terminal.

View File

@ -37,7 +37,7 @@
#define MAX_BLKSIZE 0x7fff /* Don't change! */
#define BLK_HDR_SIZE 2 /* 2 bytes header */
#define BINKP_TIMEOUT 180 /* Global timeout value */
#define BINKP_TIMEOUT 300 /* Global timeout value */
#define SND_BLKSIZE 4096 /* Blocksize transmitter */
#define MM_NUL 0 /* Ignored by binkp (data optionally logged) */