commit | d88edf2e522d30c5bae5713e1b4b1af96e71547a | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Jun 14 15:48:17 2009 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Jun 14 15:48:17 2009 +0200 |
tree | 0b3bb9920b969d72827e0eee8892ab79e231bb4a | |
parent | fb14edc215d200c0857f098f2d339b504ff69095 [diff] |
[MEDIUM] implement tcp-smart-connect option at the backend This new option enables combining of request buffer data with the initial ACK of an outgoing TCP connection. Doing so saves one packet per connection which is quite noticeable on workloads mostly consisting in small objects. The option is not enabled by default.