# HG changeset patch # User Ruslan Ermilov # Date 1621529768 -10800 # Node ID 00afc7c4d4dfdcfcf0b3b60e580e8d6cf7c784a6 # Parent 61a89c4f37cf1e34720244810f135977c97c91b1 Documented listen options that imply "bind". diff -r 61a89c4f37cf -r 00afc7c4d4df xml/en/docs/http/ngx_http_core_module.xml --- a/xml/en/docs/http/ngx_http_core_module.xml Wed May 19 12:58:02 2021 +0300 +++ b/xml/en/docs/http/ngx_http_core_module.xml Thu May 20 19:56:08 2021 +0300 @@ -10,7 +10,7 @@ + rev="97">
@@ -1489,9 +1489,11 @@ 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 setfib, +fastopen, backlog, rcvbuf, sndbuf, accept_filter, deferred, ipv6only, +reuseport, or so_keepalive parameters are used then for a given address:port pair diff -r 61a89c4f37cf -r 00afc7c4d4df xml/en/docs/mail/ngx_mail_core_module.xml --- a/xml/en/docs/mail/ngx_mail_core_module.xml Wed May 19 12:58:02 2021 +0300 +++ b/xml/en/docs/mail/ngx_mail_core_module.xml Thu May 20 19:56:08 2021 +0300 @@ -10,7 +10,7 @@ + rev="19">
@@ -179,7 +179,9 @@ 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 ipv6only +If the backlog, +rcvbuf, sndbuf, +ipv6only, or so_keepalive parameters are used then for a given address:port pair diff -r 61a89c4f37cf -r 00afc7c4d4df xml/en/docs/stream/ngx_stream_core_module.xml --- a/xml/en/docs/stream/ngx_stream_core_module.xml Wed May 19 12:58:02 2021 +0300 +++ b/xml/en/docs/stream/ngx_stream_core_module.xml Thu May 20 19:56:08 2021 +0300 @@ -9,7 +9,7 @@ + rev="33">
@@ -193,7 +193,9 @@ 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 ipv6only +If the backlog, +rcvbuf, sndbuf, +ipv6only, reuseport, or so_keepalive parameters are used then for a given address:port pair diff -r 61a89c4f37cf -r 00afc7c4d4df xml/ru/docs/http/ngx_http_core_module.xml --- a/xml/ru/docs/http/ngx_http_core_module.xml Wed May 19 12:58:02 2021 +0300 +++ b/xml/ru/docs/http/ngx_http_core_module.xml Thu May 20 19:56:08 2021 +0300 @@ -10,7 +10,7 @@ + rev="97">
@@ -1483,9 +1483,11 @@ Необходимо заметить, что в этом случае для определения адреса, на который пришло соединение, делается системный вызов getsockname. Если же используются параметры setfib, +fastopen, backlog, rcvbuf, sndbuf, accept_filter, -deferred, ipv6only +deferred, ipv6only, +reuseport или so_keepalive, то для данной пары адрес:порт всегда делается diff -r 61a89c4f37cf -r 00afc7c4d4df xml/ru/docs/mail/ngx_mail_core_module.xml --- a/xml/ru/docs/mail/ngx_mail_core_module.xml Wed May 19 12:58:02 2021 +0300 +++ b/xml/ru/docs/mail/ngx_mail_core_module.xml Thu May 20 19:56:08 2021 +0300 @@ -10,7 +10,7 @@ + rev="19">
@@ -180,7 +180,9 @@ bind только на *:порт. Необходимо заметить, что в этом случае для определения адреса, на который пришло соединение, делается системный вызов getsockname. -Если же используются параметры ipv6only +Если же используются параметры backlog, +rcvbuf, sndbuf, +ipv6only или so_keepalive, то для данной пары адрес:порт всегда делается diff -r 61a89c4f37cf -r 00afc7c4d4df xml/ru/docs/stream/ngx_stream_core_module.xml --- a/xml/ru/docs/stream/ngx_stream_core_module.xml Wed May 19 12:58:02 2021 +0300 +++ b/xml/ru/docs/stream/ngx_stream_core_module.xml Thu May 20 19:56:08 2021 +0300 @@ -9,7 +9,7 @@ + rev="33">
@@ -195,7 +195,9 @@ bind только на *:порт. Необходимо заметить, что в этом случае для определения адреса, на которой пришло соединение, делается системный вызов getsockname. -Если же используются параметры ipv6only +Если же используются параметры backlog, +rcvbuf, sndbuf, +ipv6only, reuseport или so_keepalive, то для данной пары адрес:порт всегда делается