From fe379810b544ba31a2ba2f4113834c11bef79245 Mon Sep 17 00:00:00 2001 From: bol-van Date: Mon, 3 Jan 2022 22:17:39 +0300 Subject: [PATCH] blockcheck: ipfrag2 test --- blockcheck.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/blockcheck.sh b/blockcheck.sh index 65a3391..9171203 100755 --- a/blockcheck.sh +++ b/blockcheck.sh @@ -545,6 +545,11 @@ pktws_check_domain_bypass() # do not do wssize test for http. it's useless [ "$sec" = 1 ] || break done + + for frag in 24 32 40 64 80 104; do + pktws_curl_test_update $1 $3 --dpi-desync=ipfrag2 --dpi-desync-ipfrag-pos-tcp=$frag + done + report_strategy $1 $3 $PKTWSD } tpws_check_domain_bypass()