Re: Timeout defaults?

2019-10-26 Thread Troels Arvin
Hello,

Cyril Bonté wrote:
> if no "timeout tunnel" is specified in the configuration, there is
> no timeout for that specific case. "timeout client" and "timeout server"
> take the relay, if they're defined as well.

OK, so if we have the following timeout values, then "timeout tunnel" 
becomes what?

timeout connect 10s
timeout client  13s
timeout server  37s

-- 
Regards,
Troels Arvin




Re: Timeout defaults?

2019-10-26 Thread Troels Arvin
Hello,

Cyril Bonté wrote:
> You will find the information at several places :
[...]

No matter how hard I look, I can't find an answer to this:

Let's say my defaults section has the following three timeout related 
lines:

timeout connect 10s
timeout client  10s
timeout server  10s

What value for "timeout tunnel" will HAproxy 1.5 choose, given that it's 
not specified in haproxy.cfg? - I mean it has to choose some value for 
"timeout tunnel", right?

-- 
Regards,
Troels Arvin




Timeout defaults?

2019-10-25 Thread Troels Arvin
I'm trying to find out what the default values are for the following 
parameters for HAproxy 1.5:

timeout client
timeout server 
timeout tunnel

Where can I find the values? -- I don't seem to be able to find them in 
the documentation at
https://cbonte.github.io/haproxy-dconv/1.5/configuration.html

-- 
Regards,
Troels Arvin