AirVantage / sbulb

UDP load balancer prototype using bcc (XDP/Bpf)
36 stars 9 forks source link

Make the maximum "association" allowed configurable #5

Closed sbernard31 closed 5 years ago

sbernard31 commented 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.

The number of entries allowed for this LRU map must be configurable.

sbernard31 commented 5 years ago

We should also make max number of port and real_server configurable.

sbernard31 commented 5 years ago

Implemented by #5.