From 0a8135b2deb7fe2b2c76a9013b2953771a95fb8b Mon Sep 17 00:00:00 2001 From: bol-van Date: Sat, 3 May 2025 10:52:20 +0300 Subject: [PATCH] update config defaults --- config.default | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.default b/config.default index 3a79e59c..5f490f77 100644 --- a/config.default +++ b/config.default @@ -76,9 +76,9 @@ NFQWS_PORTS_UDP=443 # PKT_IN means connbytes dir reply # this is --dpi-desync-cutoff=nX kernel mode implementation for linux. it saves a lot of CPU. NFQWS_TCP_PKT_OUT=$((6+$AUTOHOSTLIST_RETRANS_THRESHOLD)) -NFQWS_TCP_PKT_IN=3 +NFQWS_TCP_PKT_IN=4 NFQWS_UDP_PKT_OUT=$((6+$AUTOHOSTLIST_RETRANS_THRESHOLD)) -NFQWS_UDP_PKT_IN=0 +NFQWS_UDP_PKT_IN=1 # redirect outgoing traffic without connbytes limiter and incoming with connbytes limiter # normally it's needed only for stateless DPI that matches every packet in a single TCP session # typical example are plain HTTP keep alives