Increased timeout to 5 minutes
This commit is contained in:
parent
0179387e07
commit
38f60a4166
@ -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.
|
||||
|
@ -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) */
|
||||
|
Reference in New Issue
Block a user