Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ipvs: Document sysctl sync_ports

Document sysctl sync_ports based on commit f73181c8288f ("ipvs: add support
for sync threads").

Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
Signed-off-by: Simon Horman <horms@verge.net.au>

authored by

Hangbin Liu and committed by
Simon Horman
24b44415 237e5722

+8
+8
Documentation/networking/ipvs-sysctl.txt
··· 231 231 Configuration of SNDBUF (master) or RCVBUF (slave) socket limit. 232 232 Default value is 0 (preserve system defaults). 233 233 234 + sync_ports - INTEGER 235 + default 1 236 + 237 + The number of threads that master and backup servers can use for 238 + sync traffic. Every thread will use single UDP port, thread 0 will 239 + use the default port 8848 while last thread will use port 240 + 8848+sync_ports-1. 241 + 234 242 snat_reroute - BOOLEAN 235 243 0 - disabled 236 244 not 0 - enabled (default)