comparison src/core/ngx_connection.h @ 2198:5975975eedc0

ngx_sock_ntop() takes family from sockaddr, remove duplicate field
author Igor Sysoev <igor@sysoev.ru>
date Thu, 21 Aug 2008 19:24:07 +0000
parents 03f1133f24e8
children 2e91aecb9e57
comparison
equal deleted inserted replaced
2197:74477ea8074f 2198:5975975eedc0
21 socklen_t socklen; /* size of sockaddr */ 21 socklen_t socklen; /* size of sockaddr */
22 size_t addr; /* offset to address in sockaddr */ 22 size_t addr; /* offset to address in sockaddr */
23 size_t addr_text_max_len; 23 size_t addr_text_max_len;
24 ngx_str_t addr_text; 24 ngx_str_t addr_text;
25 25
26 int family;
27 int type; 26 int type;
28 27
29 int backlog; 28 int backlog;
30 int rcvbuf; 29 int rcvbuf;
31 int sndbuf; 30 int sndbuf;