haproxy/doc
Willy Tarreau b22fc30aaa MINOR: config: make tune.recv_enough configurable
This setting used to be assigned to a variable tunable from a constant
and for an unknown reason never made its way into the config parser.

tune.recv_enough <number>
  Haproxy uses some hints to detect that a short read indicates the end of the
  socket buffers. One of them is that a read returns more than <recv_enough>
  bytes, which defaults to 10136 (7 segments of 1448 each). This default value
  may be changed by this setting to better deal with workloads involving lots
  of short messages such as telnet or SSH sessions.
2015-12-14 12:05:45 +01:00
..
design-thoughts MAJOR: tproxy: remove support for cttproxy 2015-08-20 19:35:14 +02:00
internals DOC: add the documentation about internal circular lists 2015-09-20 22:43:56 +02:00
lua-api DOC: lua-api/index.rst small example fixes, spelling correction. 2015-11-09 11:14:54 +01:00
acl.fig
architecture.txt
close-options.txt
coding-style.txt DOC: update coding-style to reference checkpatch.pl 2015-09-21 16:45:45 +02:00
configuration.txt MINOR: config: make tune.recv_enough configurable 2015-12-14 12:05:45 +01:00
cookie-options.txt
gpl.txt
haproxy.1
intro.txt DOC: mention management.txt in README 2015-10-13 16:35:36 +02:00
lgpl.txt
linux-syn-cookies.txt DOC: add doc/linux-syn-cookies.txt 2015-08-11 12:17:41 +02:00
lua.txt DOC: lua: architecture and first steps 2015-11-09 11:15:00 +01:00
management.txt MINOR: cli: ability to set per-server maxconn 2015-10-28 08:01:56 +01:00
network-namespaces.txt
proxy-protocol.txt [RELEASE] Released version 1.6-dev4 2015-08-30 00:17:17 +02:00
queuing.fig