comparison src/stream/ngx_stream.h @ 6172:3e8cddcff381

Stream: listen backlog=.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 08 Jun 2015 23:13:33 +0300
parents c13091e6292c
children 68c106e6fa0a
comparison
equal deleted inserted replaced
6171:f61049c80458 6172:3e8cddcff381
63 #if (NGX_HAVE_KEEPALIVE_TUNABLE) 63 #if (NGX_HAVE_KEEPALIVE_TUNABLE)
64 int tcp_keepidle; 64 int tcp_keepidle;
65 int tcp_keepintvl; 65 int tcp_keepintvl;
66 int tcp_keepcnt; 66 int tcp_keepcnt;
67 #endif 67 #endif
68 int backlog;
68 } ngx_stream_listen_t; 69 } ngx_stream_listen_t;
69 70
70 71
71 typedef struct { 72 typedef struct {
72 ngx_stream_conf_ctx_t *ctx; 73 ngx_stream_conf_ctx_t *ctx;