gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r36766 - libmicrohttpd


From: gnunet
Subject: [GNUnet-SVN] r36766 - libmicrohttpd
Date: Wed, 16 Dec 2015 18:43:13 +0100

Author: Karlson2k
Date: 2015-12-16 18:43:13 +0100 (Wed, 16 Dec 2015)
New Revision: 36766

Modified:
   libmicrohttpd/ChangeLog
Log:
Updated ChangeLog

Modified: libmicrohttpd/ChangeLog
===================================================================
--- libmicrohttpd/ChangeLog     2015-12-16 10:06:38 UTC (rev 36765)
+++ libmicrohttpd/ChangeLog     2015-12-16 17:43:13 UTC (rev 36766)
@@ -1,3 +1,19 @@
+Tue Dec  15 18:35:55 CET 2015
+       Improved compatibility with VS2010 and other older
+       compilers. -EG
+
+Tue Dec  8 21:48:44 CET 2015
+       Default backlog size for listen socket was changed from
+       32 to SOMAXCONN, added new option MHD_OPTION_LISTEN_BACKLOG_SIZE
+       to override default backlog size.
+       If not all connections can be handled by MHD_select() than
+       at least some of connections will be processed instead of
+       failing without any processing.
+       Fixed redefenition of FD_SETSIZE on W32 so select() will
+       work with 2000 connections instead of 64.
+       Better handled redefenition of FD_SETSIZE on all
+       platforms. -EG
+
 Sat Dec  5 17:30:45 CET 2015
        Close sockets more aggressively in multi-threaded
        mode (possibly relevant for idle servers). -CG




reply via email to

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