summaryrefslogtreecommitdiff
path: root/templates-cfg/system/conntrack/tcp/half-open-connections/node.def
blob: 9474463a37606ec3e0dbafc09b1cead804c939d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
type: u32

help: Maximum number of TCP half-open connections

default: 512

val_help: u32:1-2147483647; Generic connection timeout in seconds

syntax:expression: ($VAR(@) >= 1 && $VAR(@) <= 2147483647) ; "Value must be between 1 and 2147483647"

update: sudo sysctl -q -w net/ipv4/tcp_max_syn_backlog=$VAR(@)

delete: sudo sysctl -q -w net/ipv4/tcp_max_syn_backlog=512