Added
Link Here
|
0 |
- |
1 |
Index: pcnet.c |
|
|
2 |
=================================================================== |
3 |
--- pcnet.c (revision 2381) |
4 |
+++ pcnet.c (working copy) |
5 |
@@ -32,10 +32,10 @@ |
6 |
|
7 |
/* |
8 |
* Number of seconds with no data before we declare COMMLOST. |
9 |
- * UPS should report in every 25 seconds. We allow 2 missing |
10 |
+ * UPS should report in every 25 seconds. We allow 3 missing |
11 |
* reports plus a fudge factor. |
12 |
*/ |
13 |
-#define COMMLOST_TIMEOUT 55 |
14 |
+#define COMMLOST_TIMEOUT 80 |
15 |
|
16 |
/* Win32 needs a special close for sockets */ |
17 |
#ifdef HAVE_MINGW |