comparison src/mail/ngx_mail.h @ 6173:1729d8d3eb3a

Mail: listen backlog=.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 08 Jun 2015 23:13:56 +0300
parents f61049c80458
children 2cd019520210
comparison
equal deleted inserted replaced
6172:3e8cddcff381 6173:1729d8d3eb3a
56 #if (NGX_HAVE_KEEPALIVE_TUNABLE) 56 #if (NGX_HAVE_KEEPALIVE_TUNABLE)
57 int tcp_keepidle; 57 int tcp_keepidle;
58 int tcp_keepintvl; 58 int tcp_keepintvl;
59 int tcp_keepcnt; 59 int tcp_keepcnt;
60 #endif 60 #endif
61 int backlog;
61 } ngx_mail_listen_t; 62 } ngx_mail_listen_t;
62 63
63 64
64 typedef struct { 65 typedef struct {
65 ngx_mail_conf_ctx_t *ctx; 66 ngx_mail_conf_ctx_t *ctx;