Hi,
I would like to add some more points for the clarification of my doubt.
I am using nginx 1.11.10.
Openssl 1.1.0h
After creating socket, binding it to the port and listening, in the function "ngx_open_listening_sockets(cycle)", the listen() function is again calling in the function "ngx_configure_listening_sockets(cycle)". What is the need of the second listen() function call ?
Thanks in advance
With regards,
Ashique CK
I would like to add some more points for the clarification of my doubt.
I am using nginx 1.11.10.
Openssl 1.1.0h
After creating socket, binding it to the port and listening, in the function "ngx_open_listening_sockets(cycle)", the listen() function is again calling in the function "ngx_configure_listening_sockets(cycle)". What is the need of the second listen() function call ?
Thanks in advance
With regards,
Ashique CK