haproxy/include
Willy Tarreau 27a674efb8 [MEDIUM] make it possible to change the buffer size in the configuration
The new tune.bufsize and tune.maxrewrite global directives allow one to
change the buffer size and the maxrewrite size. Right now, setting bufsize
too low will block stats sockets which will not be able to write at all.
An error checking must be added to buffer_write_chunk() so that if it
cannot write its message to an empty buffer, it causes the caller to abort.
2009-08-17 22:56:56 +02:00
..
common [CLEANUP] move remaining stats sockets code to dumpstats 2009-08-16 19:35:36 +02:00
import
proto [MEDIUM] replace BUFSIZE with buf->size in computations 2009-08-16 23:27:46 +02:00
types [MEDIUM] make it possible to change the buffer size in the configuration 2009-08-17 22:56:56 +02:00