gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r10032 - libmicrohttpd/src/daemon


From: gnunet
Subject: [GNUnet-SVN] r10032 - libmicrohttpd/src/daemon
Date: Sun, 17 Jan 2010 23:37:54 +0100

Author: durner
Date: 2010-01-17 23:37:54 +0100 (Sun, 17 Jan 2010)
New Revision: 10032

Modified:
   libmicrohttpd/src/daemon/daemon.c
Log:
increase default connection limit on Windows

Modified: libmicrohttpd/src/daemon/daemon.c
===================================================================
--- libmicrohttpd/src/daemon/daemon.c   2010-01-17 22:35:07 UTC (rev 10031)
+++ libmicrohttpd/src/daemon/daemon.c   2010-01-17 22:37:54 UTC (rev 10032)
@@ -43,7 +43,11 @@
 /**
  * Default connection limit.
  */
+#ifndef WINDOWS
 #define MHD_MAX_CONNECTIONS_DEFAULT FD_SETSIZE -4
+#else
+#define MHD_MAX_CONNECTIONS_DEFAULT FD_SETSIZE
+#endif
 
 /**
  * Default memory allowed per connection.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]