From 5014dc07ea17f45d5a5d366d4e9960b9e24a277c Mon Sep 17 00:00:00 2001 From: hanwckf Date: Tue, 22 Nov 2022 10:36:13 +0800 Subject: [PATCH] kernel: sysctl: update nf_ct_expect settings for fullcone nat Signed-off-by: Tianling Shen --- package/kernel/linux/files/sysctl-nf-conntrack.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/kernel/linux/files/sysctl-nf-conntrack.conf b/package/kernel/linux/files/sysctl-nf-conntrack.conf index 8ef32893f4..45fa5381bf 100644 --- a/package/kernel/linux/files/sysctl-nf-conntrack.conf +++ b/package/kernel/linux/files/sysctl-nf-conntrack.conf @@ -9,4 +9,4 @@ net.netfilter.nf_conntrack_udp_timeout=60 net.netfilter.nf_conntrack_udp_timeout_stream=180 net.netfilter.nf_conntrack_helper=1 net.netfilter.nf_conntrack_buckets=16384 -net.netfilter.nf_conntrack_expect_max=512 +net.netfilter.nf_conntrack_expect_max=16384