Analyse et explore linux
Component IP_VS_LBLC

Component Type: kbuild config

Description: locality-based least-connection scheduling

More info: The locality-based least-connection scheduling algorithm is for destination IP load balancing. It is usually used in cache cluster. This algorithm usually directs packet destined for an IP address to its server if the server is alive and under load. If the server is overloaded (its active connection numbers is larger than its weight) and there is a server in its half load, then allocate the weighted least-connection server to this IP address. If you want to compile it in kernel, say Y. To compile it as a module, choose M here. If unsure, say N.

Build project: Kconfig (Linux kconfig) (Path: net\netfilter\ipvs\Kconfig )

Other views: file explorer

Generated by PFA software prototype