Closed sbernard31 closed 5 years ago
The load balancer store the associations in a LRU map. For each association an entry foreing peer+port => real server is created.
foreing peer+port
real server
The number of entries allowed for this LRU map must be configurable.
We should also make max number of port and real_server configurable.
Implemented by #5.
The load balancer store the associations in a LRU map. For each association an entry
foreing peer+port
=>real server
is created.The number of entries allowed for this LRU map must be configurable.