summaryrefslogtreecommitdiff
path: root/templates/system/conntrack/timeout/tcp/established/node.def
blob: 9e47f1e0aacf7b2e0cecbae5e6bccaa42711f863 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
type: u32

help: TCP ESTABLISHED timeout in seconds

default: 432000

val_help: u32:1-21474836; TCP ESTABLISHED timeout in seconds

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

update: sudo sysctl -q -w net/netfilter/nf_conntrack_tcp_timeout_established=$VAR(@)

delete: sudo sysctl -q -w net/netfilter/nf_conntrack_tcp_timeout_established=432000