Skip to content

Commit 24b4441

Browse files
liuhangbinhorms
authored andcommitted
ipvs: Document sysctl sync_ports
Document sysctl sync_ports based on commit f73181c ("ipvs: add support for sync threads"). Signed-off-by: Hangbin Liu <[email protected]> Signed-off-by: Simon Horman <[email protected]>
1 parent 237e572 commit 24b4441

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Documentation/networking/ipvs-sysctl.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,14 @@ sync_sock_size - INTEGER
231231
Configuration of SNDBUF (master) or RCVBUF (slave) socket limit.
232232
Default value is 0 (preserve system defaults).
233233

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+
234242
snat_reroute - BOOLEAN
235243
0 - disabled
236244
not 0 - enabled (default)

0 commit comments

Comments
 (0)