aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-11-14 22:31:40 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-11-14 22:35:26 +0300
commitbc83858f65b0f6465ded232ce551b149beaa12d2 (patch)
treeea5f913f1503fd7233346e3e4b8ad1b92812db30 /doc
parent0af992b3a2aee012ae06ad9873694f581549d0c7 (diff)
downloadlibmicrohttpd-bc83858f65b0f6465ded232ce551b149beaa12d2.tar.gz
libmicrohttpd-bc83858f65b0f6465ded232ce551b149beaa12d2.zip
Updated documentation about MHD_OPTION_LISTENING_ADDRESS_REUSE
Diffstat (limited to 'doc')
-rw-r--r--doc/libmicrohttpd.texi5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/libmicrohttpd.texi b/doc/libmicrohttpd.texi
index fae54540..70bef1cd 100644
--- 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
977platforms, and @code{SO_REUSEADDR} on Windows). If a false (zero) parameter is 977platforms, and @code{SO_REUSEADDR} on Windows). If a false (zero) parameter is
978given, disallow reusing the the address:port of the listening socket (this 978given, disallow reusing the the address:port of the listening socket (this
979usually requires no special action, but @code{SO_EXCLUSIVEADDRUSE} is needed on 979usually requires no special action, but @code{SO_EXCLUSIVEADDRUSE} is needed on
980Windows). If this option is not present, default behaviour is undefined 980Windows). If this option is not present @code{SO_REUSEADDR} is used on all
981(currently, @code{SO_REUSEADDR} is used on all platforms, which disallows 981platforms except Windows so reusing of address:port is disallowed.
982address:port reusing with the exception of Windows).
983 982
984@end table 983@end table
985@end deftp 984@end deftp