comparison src/mail/ngx_mail.h @ 6976:6c13008ad503

Mail: configurable socket buffer sizes. The "rcvbuf" and "sndbuf" parameters are now supported by the "listen" directive.
author Vladimir Homutov <vl@nginx.com>
date Mon, 03 Apr 2017 17:30:34 +0300
parents bcb107bb89cd
children 4f9b72a229c1
comparison
equal deleted inserted replaced
6975:d7ce41bdf050 6976:6c13008ad503
44 int tcp_keepidle; 44 int tcp_keepidle;
45 int tcp_keepintvl; 45 int tcp_keepintvl;
46 int tcp_keepcnt; 46 int tcp_keepcnt;
47 #endif 47 #endif
48 int backlog; 48 int backlog;
49 int rcvbuf;
50 int sndbuf;
49 } ngx_mail_listen_t; 51 } ngx_mail_listen_t;
50 52
51 53
52 typedef struct { 54 typedef struct {
53 ngx_mail_conf_ctx_t *ctx; 55 ngx_mail_conf_ctx_t *ctx;