gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r9109 - in libmicrohttpd: . doc


From: gnunet
Subject: [GNUnet-SVN] r9109 - in libmicrohttpd: . doc
Date: Mon, 5 Oct 2009 00:29:41 -0600

Author: grothoff
Date: 2009-10-05 00:29:41 -0600 (Mon, 05 Oct 2009)
New Revision: 9109

Modified:
   libmicrohttpd/ChangeLog
   libmicrohttpd/doc/microhttpd.texi
Log:
document defaults as suggested by  
Michael Lenaghan <address@hidden>

Modified: libmicrohttpd/ChangeLog
===================================================================
--- libmicrohttpd/ChangeLog     2009-10-04 14:45:45 UTC (rev 9108)
+++ libmicrohttpd/ChangeLog     2009-10-05 06:29:41 UTC (rev 9109)
@@ -1,3 +1,6 @@
+Mon Oct  5 08:29:06 CEST 2009
+       Documenting default values. -CG
+
 Fri Aug 28 22:56:47 CEST 2009
        Releasing libmicrohttpd 0.4.3. -CG
 

Modified: libmicrohttpd/doc/microhttpd.texi
===================================================================
--- libmicrohttpd/doc/microhttpd.texi   2009-10-04 14:45:45 UTC (rev 9108)
+++ libmicrohttpd/doc/microhttpd.texi   2009-10-05 06:29:41 UTC (rev 9109)
@@ -251,16 +251,21 @@
 list.
   
 @item MHD_OPTION_CONNECTION_MEMORY_LIMIT
-Maximum memory size per connection (followed by a @code{size_t}).
+Maximum memory size per connection (followed by a @code{size_t}).  The
+default is 1 MB (1024*1024 bytes) as defined by the internal constant
address@hidden
 
 @item MHD_OPTION_CONNECTION_LIMIT
 Maximum number of concurrenct connections to accept (followed by an
address@hidden int}).
address@hidden int}).  The default is @code{FD_SETSIZE - 4} (the
+maximum number of file descriptors supported by @code{select} minus
+four for @code{stdin}, @code{stdout}, @code{stderr} and the server
+socket).  In other words, the default is as large as possible.
 
 @item MHD_OPTION_CONNECTION_TIMEOUT
 After how many seconds of inactivity should a connection automatically
 be timed out? (followed by an @code{unsigned int}; use zero for no
-timeout).
+timeout).  The default is zero (no timeout).
 
 @item MHD_OPTION_NOTIFY_COMPLETED
 Register a function that should be called whenever a request has been





reply via email to

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