]> git.kaiwu.me - nginx.git/commit
Introduced the ngx_sockaddr_t type.
authorRuslan Ermilov <ru@nginx.com>
Mon, 23 May 2016 13:37:20 +0000 (16:37 +0300)
committerRuslan Ermilov <ru@nginx.com>
Mon, 23 May 2016 13:37:20 +0000 (16:37 +0300)
commitfd064d3b88e59ee71aec508687403539b01d643c
tree8cec8e57171f8484d0e720b51b331e716d843a1d
parentd650688ba5f966bd13b5449b52192b19a4715ee4
Introduced the ngx_sockaddr_t type.

It's properly aligned and can hold any supported sockaddr.
12 files changed:
src/core/ngx_connection.c
src/core/ngx_inet.c
src/core/ngx_inet.h
src/core/ngx_resolver.c
src/event/ngx_event_accept.c
src/http/modules/ngx_http_upstream_keepalive_module.c
src/http/ngx_http_core_module.c
src/http/ngx_http_core_module.h
src/mail/ngx_mail.h
src/mail/ngx_mail_core_module.c
src/stream/ngx_stream.h
src/stream/ngx_stream_core_module.c