]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] implement tcp-smart-connect option at the backend
authorWilly Tarreau <w@1wt.eu>
Sun, 14 Jun 2009 13:48:17 +0000 (15:48 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 14 Jun 2009 13:48:17 +0000 (15:48 +0200)
commitd88edf2e522d30c5bae5713e1b4b1af96e71547a
tree0b3bb9920b969d72827e0eee8892ab79e231bb4a
parentfb14edc215d200c0857f098f2d339b504ff69095
[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.
doc/configuration.txt
include/types/proxy.h
src/backend.c
src/cfgparse.c