]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] split fe->maxconn into fe->maxconn and be->fullconn
authorWilly Tarreau <w@1wt.eu>
Thu, 28 Dec 2006 23:10:33 +0000 (00:10 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 28 Dec 2006 23:10:33 +0000 (00:10 +0100)
commit86034318226029458c51d26a06e96e084e402f72
treea1b4b733b2315a82aef025d011867172b5fa410c
parent97de624c17bc431179aca55b89faa6066f2fea4f
[MEDIUM] split fe->maxconn into fe->maxconn and be->fullconn

The maxconn argument is used only for the listeners, and the
fullconn is used only for the backends. If unset, it inherits
maxconn's value which itself can inherit the default or the
global value (we might need to change this).
include/types/proxy.h
src/cfgparse.c
src/queue.c