# HG changeset patch # User Ruslan Ermilov # Date 1387292574 -14400 # Node ID e9c485d6cc0c6c83e7f46c69a3b961153b242a9b # Parent b4818b3268851e79aefadfe3e9c682e686c5013b Documented that "listen setfib=" implies "bind". diff -r b4818b326885 -r e9c485d6cc0c xml/en/docs/http/ngx_http_core_module.xml --- a/xml/en/docs/http/ngx_http_core_module.xml Tue Dec 17 19:49:38 2013 +0400 +++ b/xml/en/docs/http/ngx_http_core_module.xml Tue Dec 17 19:02:54 2013 +0400 @@ -10,7 +10,7 @@ + rev="27">
@@ -1287,7 +1287,8 @@ will 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 -r b4818b326885 -r e9c485d6cc0c xml/ru/docs/http/ngx_http_core_module.xml --- a/xml/ru/docs/http/ngx_http_core_module.xml Tue Dec 17 19:49:38 2013 +0400 +++ b/xml/ru/docs/http/ngx_http_core_module.xml Tue Dec 17 19:02:54 2013 +0400 @@ -10,7 +10,7 @@ + rev="27">
@@ -1281,10 +1281,11 @@ bind только на *:порт. Необходимо заметить, что в этом случае для определения адреса, на которой пришло соединение, делается системный вызов getsockname. -Если же используются параметры backlog, -rcvbuf, sndbuf, -accept_filter, deferred -или so_keepalive, то для данной пары +Если же используются параметры setfib, +backlog, rcvbuf, +sndbuf, accept_filter, +deferred или so_keepalive, +то для данной пары адрес:порт всегда делается отдельный вызов bind.