mirror of
https://github.com/LiBwrt-op/ipq50xx.git
synced 2025-12-16 15:01:44 +00:00
Reference: https: //github.com/coolsnowwolf/lede/commit/58692d5c98169249eae7b8cb27b45ce6ecac1d92 Signed-off-by: JiaY-shi <shi05275@163.com>
11 lines
462 B
Plaintext
11 lines
462 B
Plaintext
# Do not edit, changes to this file will be lost on upgrades
|
|
# /etc/sysctl.conf can be used to customize sysctl settings
|
|
|
|
net.netfilter.nf_conntrack_acct=1
|
|
net.netfilter.nf_conntrack_checksum=0
|
|
net.netfilter.nf_conntrack_tcp_timeout_established=7440
|
|
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=16384 |