netfilter: tune udp ct timeout for http3

Increase udp replied connection timeout to allow for server pushes
Todays browsers negotiate http3 keepalive of 120..180s with sites like yt ig gmaps
 then ct state gets severed and browser stops receiving server pushed
 updates leading to missed notifications or frozen ui of sites

Also helps games get past their own splash screens.

Signed-off-by:
This commit is contained in:
Andris PE 2024-12-22 09:48:44 +02:00 committed by Andrew
parent 33e23e8922
commit 6a4504ebaf

View File

@ -4,5 +4,5 @@
net.netfilter.nf_conntrack_acct=1 net.netfilter.nf_conntrack_acct=1
net.netfilter.nf_conntrack_checksum=0 net.netfilter.nf_conntrack_checksum=0
net.netfilter.nf_conntrack_tcp_timeout_established=7440 net.netfilter.nf_conntrack_tcp_timeout_established=7440
net.netfilter.nf_conntrack_udp_timeout=60 net.netfilter.nf_conntrack_udp_timeout=300
net.netfilter.nf_conntrack_udp_timeout_stream=180 net.netfilter.nf_conntrack_udp_timeout_stream=180