search for: rerr_con_timeout

Displaying 1 result from an estimated 1 matches for "rerr_con_timeout".

2006 May 24
0
rsync connection limit
...---------- next part -------------- diff -Naur rsync-2.6.8/errcode.h rsync-2.6.8-new/errcode.h --- rsync-2.6.8/errcode.h Sat Dec 17 01:48:28 2005 +++ rsync-2.6.8-new/errcode.h Wed May 24 16:19:59 2006 @@ -47,6 +47,8 @@ #define RERR_TIMEOUT 30 /* timeout in data send/receive */ +#define RERR_CON_TIMEOUT 35 + /* Although it doesn't seem to be specified anywhere, * ssh and the shell seem to return these values: * diff -Naur rsync-2.6.8/log.c rsync-2.6.8-new/log.c --- rsync-2.6.8/log.c Sat Apr 8 19:04:34 2006 +++ rsync-2.6.8-new/log.c Wed May 24 16:19:27 2006 @@ -83,6 +83,7 @@ { RERR_PART...