From 1987a7acf99458d1d0e49939b5acbb2d7711f900 Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Thu, 28 Oct 2021 17:36:06 +0200 Subject: doc: update ct timeout section with the state names docs are too terse and did not have the list of valid timeout states. While at it, adjust default stream timeout of udp to 120, this is the current kernel default. Signed-off-by: Florian Westphal --- src/rule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rule.c') diff --git a/src/rule.c b/src/rule.c index c7bc6bcf..b1700c40 100644 --- a/src/rule.c +++ b/src/rule.c @@ -72,7 +72,7 @@ static uint32_t tcp_dflt_timeout[] = { static uint32_t udp_dflt_timeout[] = { [NFTNL_CTTIMEOUT_UDP_UNREPLIED] = 30, - [NFTNL_CTTIMEOUT_UDP_REPLIED] = 180, + [NFTNL_CTTIMEOUT_UDP_REPLIED] = 120, }; struct timeout_protocol timeout_protocol[IPPROTO_MAX] = { -- cgit v1.2.3