]> git.kaiwu.me - nginx.git/commit
Core: made the ngx_sendmsg() function non-static.
authorVladimir Homutov <vl@nginx.com>
Thu, 15 Jul 2021 11:21:39 +0000 (14:21 +0300)
committerVladimir Homutov <vl@nginx.com>
Thu, 15 Jul 2021 11:21:39 +0000 (14:21 +0300)
commit105de9762f840bf97d939a931b47bba9a9bfe226
treecd4b22ce14fd2bb80786506b5dc68250e037a59f
parent46aa440c66d51eebc2fd66bfb4a0d1f722982823
Core: made the ngx_sendmsg() function non-static.

Additionally, the ngx_init_srcaddr_cmsg() function is introduced which
initializes control message with connection local address.

The NGX_HAVE_ADDRINFO_CMSG macro is defined when at least one of methods
to deal with corresponding control message is available.
src/event/ngx_event_udp.h
src/os/unix/ngx_udp_sendmsg_chain.c