aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/internal.h')
-rw-r--r--src/microhttpd/internal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index 05775dbc..36ec6d8c 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -1379,7 +1379,8 @@ struct MHD_Daemon
1379 * The semantics is the following: 1379 * The semantics is the following:
1380 * 0: ignore (user did not ask for neither allow/disallow, use SO_REUSEADDR) 1380 * 0: ignore (user did not ask for neither allow/disallow, use SO_REUSEADDR)
1381 * >0: allow (use SO_REUSEPORT on most platforms, SO_REUSEADDR on Windows) 1381 * >0: allow (use SO_REUSEPORT on most platforms, SO_REUSEADDR on Windows)
1382 * <0: disallow (mostly no action, SO_EXCLUSIVEADDRUSE on Windows) 1382 * <0: disallow (mostly no action, SO_EXCLUSIVEADDRUSE on Windows or SO_EXCLBIND
1383 * on Solaris)
1383 */ 1384 */
1384 int listening_address_reuse; 1385 int listening_address_reuse;
1385 1386