diff options
author | Ruslan Ermilov <ru@nginx.com> | 2015-06-08 23:13:56 +0300 |
---|---|---|
committer | Ruslan Ermilov <ru@nginx.com> | 2015-06-08 23:13:56 +0300 |
commit | c81d7ec1588a68602fbd26d4f92c6287c3e56b44 (patch) | |
tree | c94a03f894ce7b6bcd4c60cb3f79c20608c4d9a7 /src/mail/ngx_mail.h | |
parent | 60c654ddf524bef83b511c4fc4508b4255455a63 (diff) | |
download | nginx-c81d7ec1588a68602fbd26d4f92c6287c3e56b44.tar.gz nginx-c81d7ec1588a68602fbd26d4f92c6287c3e56b44.zip |
Mail: listen backlog=.
Diffstat (limited to 'src/mail/ngx_mail.h')
-rw-r--r-- | src/mail/ngx_mail.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mail/ngx_mail.h b/src/mail/ngx_mail.h index 534e89ff7..07d0cb60c 100644 --- a/src/mail/ngx_mail.h +++ b/src/mail/ngx_mail.h @@ -58,6 +58,7 @@ typedef struct { int tcp_keepintvl; int tcp_keepcnt; #endif + int backlog; } ngx_mail_listen_t; |