summaryrefslogtreecommitdiffhomepage
path: root/src/stream/ngx_stream.h
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@nginx.com>2015-06-08 23:13:33 +0300
committerRuslan Ermilov <ru@nginx.com>2015-06-08 23:13:33 +0300
commit60c654ddf524bef83b511c4fc4508b4255455a63 (patch)
treedd1406262986e976f172203621b25d0c0a87646b /src/stream/ngx_stream.h
parentb72a7b0df39a7dd6c7a8478871b8ca43a49b5ef7 (diff)
downloadnginx-60c654ddf524bef83b511c4fc4508b4255455a63.tar.gz
nginx-60c654ddf524bef83b511c4fc4508b4255455a63.tar.bz2
Stream: listen backlog=.
Diffstat (limited to '')
-rw-r--r--src/stream/ngx_stream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stream/ngx_stream.h b/src/stream/ngx_stream.h
index 3747931bf..f96ea0a58 100644
--- a/src/stream/ngx_stream.h
+++ b/src/stream/ngx_stream.h
@@ -65,6 +65,7 @@ typedef struct {
int tcp_keepintvl;
int tcp_keepcnt;
#endif
+ int backlog;
} ngx_stream_listen_t;