weighted round-robin scheduling

modulename: ip_vs_wrr.ko

configname: CONFIG_IP_VS_WRR

Linux Kernel Configuration
└─>Networking support
└─>Networking options
└─>Network packet filtering framework (Netfilter)
└─>IP virtual server support
└─>weighted round-robin scheduling
In linux kernel since version 2.6.12  
The weighted robin-robin scheduling algorithm directs network
connections to different real servers based on server weights
in a round-robin manner. Servers with higher weights receive
new connections first than those with less weights, and servers
with higher weights get more connections than those with less
weights and servers with equal weights get equal connections.

If you want to compile it in kernel, say Y. To compile it as a
module, choose M here. If unsure, say N.

source code:
selects
CONFIG_GCD