yanet-platform / yanet

A high performance framework for forwarding traffic based on DPDK
Other
165 stars 17 forks source link

Add settings for the hash table of the load balancer session states in `dataplane.conf` #93

Closed saushew closed 5 months ago

saushew commented 5 months ago

Adding two new parameters to the dataplane.conf's configValues section: balancer_state_ttl: session lifetime in the table after passing the last network packet; balancer_state_ht_size: size of the sessions hash table; the value must be a power of 2 and at least 16.

saushew commented 5 months ago

Fixes issue #90