nginx/src
Maxim Dounin 52cde89586 Core: disabled SO_REUSEADDR on UDP sockets while testing config.
On Linux, SO_REUSEADDR allows completely duplicate UDP sockets, so using
SO_REUSEADDR when testing configuration results in packets being dropped
if there is an existing traffic on the sockets being tested (ticket #2187).
While dropped packets are expected with UDP, it is better to avoid this
when possible.

With this change, SO_REUSEADDR is no longer set on datagram sockets when
testing configuration.
2021-05-31 16:36:51 +03:00
..
core Core: disabled SO_REUSEADDR on UDP sockets while testing config. 2021-05-31 16:36:51 +03:00
event Core: disabled cloning sockets when testing config (ticket #2188). 2021-05-31 16:36:37 +03:00
http Location header escaping in redirects (ticket #882). 2021-05-24 21:55:20 +03:00
mail Mail: max_errors directive. 2021-05-19 03:13:31 +03:00
misc Cpp test: added stream. 2020-10-13 07:44:09 +03:00
os Restored zeroing of ngx_channel_t in ngx_pass_open_channel(). 2021-04-22 16:12:52 +03:00
stream Stream: the "fastopen" parameter of the "listen" directive. 2021-05-20 19:59:16 +03:00