# HG changeset patch # User Maxim Dounin # Date 1409579634 -14400 # Node ID 7261e621dd4a0f640e98e47e993f6edc30194825 # Parent ac0d5a7561749b70ebc93395c92ede3116c0fc1e Documented that "listen ipv6only=" implies "bind". diff --git a/xml/en/docs/http/ngx_http_core_module.xml b/xml/en/docs/http/ngx_http_core_module.xml --- a/xml/en/docs/http/ngx_http_core_module.xml +++ b/xml/en/docs/http/ngx_http_core_module.xml @@ -10,7 +10,7 @@ + rev="36">
@@ -1323,7 +1323,8 @@ made in this case to determine the addre If the setfib, backlog, rcvbuf, sndbuf, accept_filter, -deferred, or so_keepalive parameters +deferred, ipv6only, +or so_keepalive parameters are used then for a given address:port pair a separate bind call will always be made. diff --git a/xml/ru/docs/http/ngx_http_core_module.xml b/xml/ru/docs/http/ngx_http_core_module.xml --- a/xml/ru/docs/http/ngx_http_core_module.xml +++ b/xml/ru/docs/http/ngx_http_core_module.xml @@ -10,7 +10,7 @@ + rev="36">
@@ -1317,7 +1317,8 @@ FreeBSD и Mac OS X, и 511 для других платформ. Если же используются параметры setfib, backlog, rcvbuf, sndbuf, accept_filter, -deferred или so_keepalive, +deferred, ipv6only +или so_keepalive, то для данной пары адрес:порт всегда делается отдельный вызов bind.