summaryrefslogtreecommitdiff
path: root/lib/multiif.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/multiif.h')
-rw-r--r--lib/multiif.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/multiif.h b/lib/multiif.h
index d1b0e2fb3..e61c5c6f2 100644
--- a/lib/multiif.h
+++ b/lib/multiif.h
@@ -22,7 +22,13 @@
*
***************************************************************************/
-
+/* See multi_socket() for the explanation of this constant. Counted in number
+ of microseconds. */
+#ifdef WIN32
+#define MULTI_TIMEOUT_INACCURACY 40000
+#else
+#define MULTI_TIMEOUT_INACCURACY 3000
+#endif
/*
* Prototypes for library-wide functions provided by multi.c