commit | e803de2c6baf07b95a4432f1c99af8ac761f58be | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Jan 21 17:43:04 2010 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jan 22 11:49:41 2010 +0100 |
tree | 8f0586cc2e5b5d6a0346b8a49696a8e983f30e53 | |
parent | 6046652253fb1a0bfc21d61e579463eeb821bc5f [diff] |
[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.