]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: backend: rework the LC definition to support other connection-based algos
authorWilly Tarreau <w@1wt.eu>
Mon, 13 Feb 2012 15:57:44 +0000 (16:57 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 13 Feb 2012 16:02:31 +0000 (17:02 +0100)
commit3ebb1163ba7ac70bc24931d8af626196f6612618
tree0cf948233ea70ee0b97879eea2e20cc1838f73ce
parentff67813f58ad7d8e94a5e3ac8859b161b10fb815
MINOR: backend: rework the LC definition to support other connection-based algos

The leastconn algorithm should be of kind "connection-based", not "leastconn"
if we want to later support other connection-based LB algos.
include/types/backend.h
src/cfgparse.c