]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: backend: add the crc32 hash algorithm for load balancing
authorWilly Tarreau <w@1wt.eu>
Tue, 20 Jan 2015 18:44:50 +0000 (19:44 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 20 Jan 2015 18:48:14 +0000 (19:48 +0100)
commit324f07f6dddcf39d81bbb4e2f5c8445251dc8a95
treee992e9a6d1ad8165a770fc8163a26c88fae85c98
parent8059977d3ecf19ab7f288b59ea4fb501b3a041ca
MEDIUM: backend: add the crc32 hash algorithm for load balancing

Since we have it available, let's make it usable for load balancing,
it comes at no cost except 3 lines of documentation.
doc/configuration.txt
include/types/backend.h
src/backend.c
src/cfgparse.c