# HG changeset patch # User Ruslan Ermilov # Date 1387292574 -14400 # Node ID e9c485d6cc0c6c83e7f46c69a3b961153b242a9b # Parent b4818b3268851e79aefadfe3e9c682e686c5013b Documented that "listen setfib=" 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="27">
@@ -1287,7 +1287,8 @@ for the given port (*:bind only to *:port. It should be noted that the getsockname system call will be made in this case to determine the address that accepted the connection. -If the backlog, rcvbuf, +If the setfib, +backlog, rcvbuf, sndbuf, accept_filter, deferred, or so_keepalive parameters are used then for a given 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="27">
@@ -1281,10 +1281,11 @@ FreeBSD и Mac OS X, и 511 для других платформ. bind только на *:порт. Необходимо заметить, что в этом случае для определения адреса, на которой пришло соединение, делается системный вызов getsockname. -Если же используются параметры backlog, -rcvbuf, sndbuf, -accept_filter, deferred -или so_keepalive, то для данной пары +Если же используются параметры setfib, +backlog, rcvbuf, +sndbuf, accept_filter, +deferred или so_keepalive, +то для данной пары адрес:порт всегда делается отдельный вызов bind.