diff options
author | Vladimir Homutov <vl@nginx.com> | 2018-11-12 16:29:30 +0300 |
---|---|---|
committer | Vladimir Homutov <vl@nginx.com> | 2018-11-12 16:29:30 +0300 |
commit | 41a451e286cb6de9e0a0ad97f91a1dcac17ef68f (patch) | |
tree | fc502118ce9e6f38161f876cb71c67cedb4a56cf /src/core/ngx_cycle.c | |
parent | abf04ed87abd048c9f6c2de62f6a771bbd923f8a (diff) | |
download | nginx-41a451e286cb6de9e0a0ad97f91a1dcac17ef68f.tar.gz nginx-41a451e286cb6de9e0a0ad97f91a1dcac17ef68f.zip |
Stream: proxy_requests directive.
The directive allows to drop binding between a client and existing UDP stream
session after receiving a specified number of packets. First packet from the
same client address and port will start a new session. Old session continues
to exist and will terminate at moment defined by configuration: either after
receiving the expected number of responses, or after timeout, as specified by
the "proxy_responses" and/or "proxy_timeout" directives.
By default, proxy_requests is zero (disabled).
Diffstat (limited to 'src/core/ngx_cycle.c')
0 files changed, 0 insertions, 0 deletions