]> git.kaiwu.me - nginx.git/commit
Events: get remote addresses before creating udp connection.
authorRoman Arutyunyan <arut@nginx.com>
Fri, 1 Jun 2018 10:12:57 +0000 (13:12 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Fri, 1 Jun 2018 10:12:57 +0000 (13:12 +0300)
commit20f8bfab34efe8069d6ab454b08ceb710ea55a97
tree51b96a8eaa989960534edf725ff4268fba75b1df
parent26a57486f013abff616be8345e542c15419f0759
Events: get remote addresses before creating udp connection.

Previously, ngx_event_recvmsg() got remote socket addresses after creating
the connection object.  In preparation to handling multiple UDP packets in a
single session, this code was moved up.
src/event/ngx_event_accept.c