]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - win/inspircd_win32wrapper.h
Seems trivial now, looking at it. Still to test then will commit to trunk.
[user/henk/code/inspircd.git] / win / inspircd_win32wrapper.h
index 5673dfbfae6dd61bea9010a9871d2e9801a0939c..9e8e6fb9195e9858ad0ce867d1fc16ce414f3cd8 100644 (file)
@@ -23,6 +23,9 @@
 #define WINDOWS 1
 #define ENABLE_CRASHDUMPS 0
 
+/* This defaults to 64, way too small for an ircd! */
+#define FD_SETSIZE 12000
+
 /* Make builds smaller, leaner and faster */
 #define VC_EXTRALEAN
 #define WIN32_LEAN_AND_MEAN