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

help: TCP LAST-ACK timeout in seconds

default: 30

val_help: u32:1-21474836; TCP LAST-ACK 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_last_ack=$VAR(@)

delete: sudo sysctl -q -w net/netfilter/nf_conntrack_tcp_timeout_last_ack=30