mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-18 13:36:41 +02:00
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.
This commit is contained in:
@@ -115,6 +115,7 @@
|
||||
#define BE_LB_HFCN_SDBM 0x000000 /* sdbm hash */
|
||||
#define BE_LB_HFCN_DJB2 0x400000 /* djb2 hash */
|
||||
#define BE_LB_HFCN_WT6 0x800000 /* wt6 hash */
|
||||
#define BE_LB_HFCN_CRC32 0xC00000 /* crc32 hash */
|
||||
#define BE_LB_HASH_FUNC 0xC00000 /* get/clear hash function */
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user