]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: stream: support a dynamic tunnel timeout
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 10 Dec 2020 12:43:53 +0000 (13:43 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 11 Dec 2020 11:01:07 +0000 (12:01 +0100)
commitfb5044351760001a49fe17178078b7116e1707c0
tree197e3c62267e746b26b4a11a30a500e0500e31d7
parent90d3d882e37ba61f28ccb0a249660be7848b45a0
MEDIUM: stream: support a dynamic tunnel timeout

Allow the modification of the tunnel timeout on the stream side.
Use a new field in the stream for the tunnel timeout. It is initialized
by the tunnel timeout from backend unless it has already been set by a
set-timeout tunnel rule.
include/haproxy/stream-t.h
src/stream.c