[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libmicrohttpd] 221/335: GENERATED: more edits
From: |
gnunet |
Subject: |
[libmicrohttpd] 221/335: GENERATED: more edits |
Date: |
Sat, 27 Jul 2024 22:01:57 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to tag stf-m2
in repository libmicrohttpd.
commit e0ea255739d4f95fe125e23d5bf369e8565beb60
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Fri Jun 21 17:29:01 2024 +0200
GENERATED: more edits
---
src/include/microhttpd2_generated_daemon_options.h | 21 +++++++++++++++------
1 file changed, 15 insertions(+), 6 deletions(-)
diff --git a/src/include/microhttpd2_generated_daemon_options.h
b/src/include/microhttpd2_generated_daemon_options.h
index 7388aa14..a43d1d02 100644
--- a/src/include/microhttpd2_generated_daemon_options.h
+++ b/src/include/microhttpd2_generated_daemon_options.h
@@ -87,6 +87,7 @@ Works only when #MHD_D_OPTION_BIND_PORT() or
#MHD_D_OPTION_BIND_SA() are used.
* Use the given backlog for the listen() call.
*
Works only when #MHD_D_OPTION_BIND_PORT() or #MHD_D_OPTION_BIND_SA() are used.
+ * Zero parameter treated as MHD/system default.
*/
MHD_D_O_LISTEN_BACKLOG = 102
,
@@ -142,7 +143,10 @@ Works only when #MHD_D_OPTION_BIND_PORT() or
#MHD_D_OPTION_BIND_SA() are used.
,
/**
- * Maximum number of (concurrent) network connections served by daemon
+ * Maximum number of (concurrent) network connections served by daemon.
+ * @note The real maximum number of network connections could be smaller
+ * than requested due to the system limitations, like FD_SETSIZE when
+ * polling by select() is used.
*/
MHD_D_O_GLOBAL_CONNECTION_LIMIT = 161
,
@@ -229,8 +233,7 @@ Works only when #MHD_D_OPTION_BIND_PORT() or
#MHD_D_OPTION_BIND_SA() are used.
* If listen socket FD is equal or higher that specified value, the daemon
fail to start.
* If new connection FD is equal or higher that specified value, the
connection is rejected.
* Useful if application uses select() for polling the sockets, system
FD_SETSIZE is good value for this option in such case.
- * Does not work with #MHD_D_OPTION_WM_WORKER_THREADS() or
#MHD_D_OPTION_WM_THREAD_PER_CONNECTION().
- * Does not work on W32 (WinSock sockets).
+ * Silently ignored on W32 (WinSock sockets).
*/
MHD_D_O_FD_NUMBER_LIMIT = 283
,
@@ -359,7 +362,7 @@ struct MHD_DaemonOptionValueLog
/**
* the closure for the logging callback
*/
- void *v_lob_cb_cls;
+ void *v_log_cb_cls;
};
@@ -395,7 +398,13 @@ struct MHD_DaemonOptionValueSA
/**
* the address to bind to; can be IPv4 (AF_INET), IPv6 (AF_INET6) or even a
UNIX domain socket (AF_UNIX)
*/
- const struct sockaddr *v_sa;
+ /* const */ struct sockaddr *v_sa;
+
+ /**
+ * When a previous version of the protocol exist (like IPv4 when @a v_sa is
+ * IPv6) bind to both protocols (IPv6 and IPv4).
+ */
+ enum MHD_Bool v_dual;
};
@@ -572,7 +581,7 @@ struct MHD_DaemonOptionValueRand
/**
* the buffer with strong random data, the content will be copied by MHD
*/
- const void *v_buf;
+ /* const */ void *v_buf;
};
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [libmicrohttpd] 226/335: -fix typo, (continued)
- [libmicrohttpd] 226/335: -fix typo, gnunet, 2024/07/27
- [libmicrohttpd] 223/335: Initial draft M2 (WIP), gnunet, 2024/07/27
- [libmicrohttpd] 216/335: configure: added tests for 'unreachable' supported keywords, gnunet, 2024/07/27
- [libmicrohttpd] 217/335: configure: added checks for socketpair(), gnunet, 2024/07/27
- [libmicrohttpd] 209/335: this_API_is_TERRIBLE.txt: updated, gnunet, 2024/07/27
- [libmicrohttpd] 230/335: w32_lib_res.rc.in: fixed, gnunet, 2024/07/27
- [libmicrohttpd] 229/335: Partial revert of 7237eb207b6dd215c5b726ed4b2a1e337cc4dbcc, gnunet, 2024/07/27
- [libmicrohttpd] 220/335: configure: added tests for supported enum attributes, gnunet, 2024/07/27
- [libmicrohttpd] 203/335: configure: check for more network/sockets headers, gnunet, 2024/07/27
- [libmicrohttpd] 232/335: -fix build error: SO_ERROR on some platforms, gnunet, 2024/07/27
- [libmicrohttpd] 221/335: GENERATED: more edits,
gnunet <=
- [libmicrohttpd] 227/335: -fix typo, gnunet, 2024/07/27
- [libmicrohttpd] 228/335: -fix typo, gnunet, 2024/07/27
- [libmicrohttpd] 207/335: Renamed sys_socket_types.h -> sys_sockets_types.h, gnunet, 2024/07/27
- [libmicrohttpd] 234/335: Follow-up for 631d550d6ed81be0ebd5a06e107868e5153da430, gnunet, 2024/07/27
- [libmicrohttpd] 238/335: More portability, gnunet, 2024/07/27
- [libmicrohttpd] 212/335: configure: check for uintptr_t type, gnunet, 2024/07/27
- [libmicrohttpd] 214/335: configure: added check for various levels of compound literals support, gnunet, 2024/07/27
- [libmicrohttpd] 243/335: Copy-paste fixes, gnunet, 2024/07/27
- [libmicrohttpd] 225/335: Still WIP, gnunet, 2024/07/27
- [libmicrohttpd] 242/335: Fixes, gnunet, 2024/07/27