comparison src/stream/ngx_stream_upstream.h @ 6436:8f038068f4bc

Stream: UDP proxy.
author Roman Arutyunyan <arut@nginx.com>
date Wed, 20 Jan 2016 19:52:12 +0300
parents 6345822f0abb
children 9757cffc1e2f
comparison
equal deleted inserted replaced
6435:d1c791479bbb 6436:8f038068f4bc
82 ngx_peer_connection_t peer; 82 ngx_peer_connection_t peer;
83 ngx_buf_t downstream_buf; 83 ngx_buf_t downstream_buf;
84 ngx_buf_t upstream_buf; 84 ngx_buf_t upstream_buf;
85 off_t received; 85 off_t received;
86 time_t start_sec; 86 time_t start_sec;
87 ngx_uint_t responses;
87 #if (NGX_STREAM_SSL) 88 #if (NGX_STREAM_SSL)
88 ngx_str_t ssl_name; 89 ngx_str_t ssl_name;
89 #endif 90 #endif
90 unsigned connected:1; 91 unsigned connected:1;
91 unsigned proxy_protocol:1; 92 unsigned proxy_protocol:1;