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 36ec6d8c..64f3c65c 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -1377,7 +1377,8 @@ struct MHD_Daemon
1377 /** 1377 /**
1378 * Whether to allow/disallow/ignore reuse of listening address. 1378 * Whether to allow/disallow/ignore reuse of listening address.
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 * except W32)
1381 * >0: allow (use SO_REUSEPORT on most platforms, SO_REUSEADDR on Windows) 1382 * >0: allow (use SO_REUSEPORT on most platforms, SO_REUSEADDR on Windows)
1382 * <0: disallow (mostly no action, SO_EXCLUSIVEADDRUSE on Windows or SO_EXCLBIND 1383 * <0: disallow (mostly no action, SO_EXCLUSIVEADDRUSE on Windows or SO_EXCLBIND
1383 * on Solaris) 1384 * on Solaris)