nfqws: change default split-pos from 3 to 2

This commit is contained in:
root
2021-12-22 11:21:47 +03:00
parent 8bdb5dc5b9
commit f2d083499e
12 changed files with 4 additions and 4 deletions

View File

@@ -419,7 +419,7 @@ pktws_check_domain_bypass()
s="$s --hostcase"
pktws_curl_test $1 $3 $s && strategy="${strategy:-$s}"
}
for pos in 1 2 4 5 10 50 100; do
for pos in 1 3 4 5 10 50 100; do
s="--dpi-desync=split2 --dpi-desync-split-pos=$pos"
if pktws_curl_test $1 $3 $s; then
strategy="${strategy:-$s}"