diff options
| author | Ruslan Ermilov <ru@nginx.com> | 2015-06-08 23:13:33 +0300 |
|---|---|---|
| committer | Ruslan Ermilov <ru@nginx.com> | 2015-06-08 23:13:33 +0300 |
| commit | 60c654ddf524bef83b511c4fc4508b4255455a63 (patch) | |
| tree | dd1406262986e976f172203621b25d0c0a87646b /src/stream/ngx_stream.h | |
| parent | b72a7b0df39a7dd6c7a8478871b8ca43a49b5ef7 (diff) | |
| download | nginx-60c654ddf524bef83b511c4fc4508b4255455a63.tar.gz nginx-60c654ddf524bef83b511c4fc4508b4255455a63.tar.bz2 | |
Stream: listen backlog=.
Diffstat (limited to '')
| -rw-r--r-- | src/stream/ngx_stream.h | 1 |
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; |
