libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit bc83858f65b0f6465ded232ce551b149beaa12d2
parent 0af992b3a2aee012ae06ad9873694f581549d0c7
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Mon, 14 Nov 2016 22:31:40 +0300

Updated documentation about MHD_OPTION_LISTENING_ADDRESS_REUSE

Diffstat:
Mdoc/libmicrohttpd.texi | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/doc/libmicrohttpd.texi b/doc/libmicrohttpd.texi @@ -977,9 +977,8 @@ the address:port of the listening socket (using @code{SO_REUSEPORT} on most platforms, and @code{SO_REUSEADDR} on Windows). If a false (zero) parameter is given, disallow reusing the the address:port of the listening socket (this usually requires no special action, but @code{SO_EXCLUSIVEADDRUSE} is needed on -Windows). If this option is not present, default behaviour is undefined -(currently, @code{SO_REUSEADDR} is used on all platforms, which disallows -address:port reusing with the exception of Windows). +Windows). If this option is not present @code{SO_REUSEADDR} is used on all +platforms except Windows so reusing of address:port is disallowed. @end table @end deftp