gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 05/15: microhttpd: improved description for MHD_OPTION_N


From: gnunet
Subject: [libmicrohttpd] 05/15: microhttpd: improved description for MHD_OPTION_NONCE_NC_SIZE
Date: Sat, 30 Jul 2022 21:29:27 +0200

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit c3b626ed22f172767f6c59487c08c619592d157c
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Tue Jul 26 20:49:17 2022 +0300

    microhttpd: improved description for MHD_OPTION_NONCE_NC_SIZE
---
 src/include/microhttpd.h | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index b109a3c1..1261ff88 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -1764,6 +1764,11 @@ enum MHD_OPTION
    * Size of the internal array holding the map of the nonce and
    * the nonce counter. This option should be followed by an `unsigend int`
    * argument.
+   * The map size is 4 by default, which is enough to communicate with
+   * a single client at any given moment of time, but not enough to
+   * handle several clients simultaneously.
+   * If Digest Auth is not used, this option can be set to zero to minimise
+   * memory allocation.
    */
   MHD_OPTION_NONCE_NC_SIZE = 18,
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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