mirror of
https://github.com/bol-van/zapret2.git
synced 2026-03-14 06:13:09 +00:00
blockcheck2: remove drop_ack from oob
This commit is contained in:
@@ -5,14 +5,9 @@ pktws_oob()
|
|||||||
# $1 - test function
|
# $1 - test function
|
||||||
# $2 - domain
|
# $2 - domain
|
||||||
|
|
||||||
local dropacks urp wfempty
|
local dropacks urp
|
||||||
for dropack in '' ':drop_ack'; do
|
for urp in b 0 2 midsld; do
|
||||||
for urp in b 0 2 midsld; do
|
pktws_curl_test_update "$1" "$2" --in-range=-s1 --lua-desync=oob:urp=$urp$dropack
|
||||||
# drop_ack cannot drop anything if it does not come. windows default --wf-tcp-empty=0 stop empty ACKs
|
|
||||||
wfempty=
|
|
||||||
[ -n "$dropack" -a "$UNAME" = CYGWIN ] && wfempty="--wf-tcp-empty=1"
|
|
||||||
pktws_curl_test_update "$1" "$2" $wfempty --in-range=-s1 --lua-desync=oob:urp=$urp$dropack
|
|
||||||
done
|
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user