haproxy/include
Willy Tarreau e803de2c6b [MINOR] add the ability to force kernel socket buffer size.
Sometimes we need to be able to change the default kernel socket
buffer size (recv and send). Four new global settings have been
added for this :
   - tune.rcvbuf.client
   - tune.rcvbuf.server
   - tune.sndbuf.client
   - tune.sndbuf.server

Those can be used to reduce kernel memory footprint with large numbers
of concurrent connections, and to reduce risks of write timeouts with
very slow clients due to excessive kernel buffering.
2010-01-22 11:49:41 +01:00
..
common [MINOR] tools: add a "word_match()" function to match words and ignore spaces 2010-01-18 19:51:39 +01:00
import [MAJOR] replace ultree with ebtree in wait-queues 2008-06-24 08:17:16 +02:00
proto [MINOR] http: add http_remove_header2() to remove a header value. 2010-01-18 19:51:33 +01:00
types [MINOR] add the ability to force kernel socket buffer size. 2010-01-22 11:49:41 +01:00