commit | 9ea05a790f705620f442ba92889269582ffe8dbd | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Jun 14 12:07:01 2009 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Jun 14 12:07:01 2009 +0200 |
tree | b02c1719aff6326c42387ff9dd87920a4d9c3ace | |
parent | 3842f00a19b111f1ee9b224f1c8f14f11fc91032 [diff] |
[MEDIUM] implement option tcp-smart-accept at the frontend This option disables TCP quick ack upon accept. It is also automatically enabled in HTTP mode, unless the option is explicitly disabled with "no option tcp-smart-accept". This saves one packet per connection which can bring reasonable amounts of bandwidth for servers processing small requests.