]> git.kaiwu.me - nginx.git/commit
Multiple addresses in "listen".
authorRoman Arutyunyan <arut@nginx.com>
Fri, 15 Mar 2019 12:45:56 +0000 (15:45 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Fri, 15 Mar 2019 12:45:56 +0000 (15:45 +0300)
commit4e17b93eb6787e99a4023f20f8c391284f86bbf3
treedf9c59da4e3e13dff0c7d48cec7bf0ca76d2e9cb
parent59c34b67952c2ebee6760ca3115ba19e65060b58
Multiple addresses in "listen".

Previously only one address was used by the listen directive handler even if
host name resolved to multiple addresses.  Now a separate listening socket is
created for each address.
src/core/ngx_inet.c
src/core/ngx_inet.h
src/http/ngx_http.c
src/http/ngx_http_core_module.c
src/http/ngx_http_core_module.h
src/mail/ngx_mail.c
src/mail/ngx_mail.h
src/mail/ngx_mail_core_module.c
src/stream/ngx_stream.c
src/stream/ngx_stream.h
src/stream/ngx_stream_core_module.c