aboutsummaryrefslogtreecommitdiff
path: root/doc/libmicrohttpd.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/libmicrohttpd.texi')
-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