summaryrefslogtreecommitdiffhomepage
path: root/src/stream/ngx_stream.h
diff options
context:
space:
mode:
authorVladimir Homutov <vl@nginx.com>2015-08-10 12:14:41 +0300
committerVladimir Homutov <vl@nginx.com>2015-08-10 12:14:41 +0300
commitb537def75ef942346122e1f182104851f5e039a0 (patch)
tree2295bbf72011a19b956c402a7866706916e69022 /src/stream/ngx_stream.h
parent50ff8b3c3a3eba0984ce55c63ab8ac07dcb65265 (diff)
downloadnginx-b537def75ef942346122e1f182104851f5e039a0.tar.gz
nginx-b537def75ef942346122e1f182104851f5e039a0.tar.bz2
Stream: the "tcp_nodelay" directive.
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 266101c9c..21953e940 100644
--- a/src/stream/ngx_stream.h
+++ b/src/stream/ngx_stream.h
@@ -132,6 +132,7 @@ typedef struct {
u_char *file_name;
ngx_int_t line;
ngx_log_t *error_log;
+ ngx_flag_t tcp_nodelay;
} ngx_stream_core_srv_conf_t;