zapret-antidpi: do not VERDICT_DROP in send with delay option

This commit is contained in:
bol-van
2026-06-06 21:50:47 +03:00
parent 7b82744d4d
commit b37f17e623
3 changed files with 6 additions and 3 deletions
-1
View File
@@ -97,7 +97,6 @@ function send(ctx, desync)
if desync.arg.delay then
local tname = "send_"..desync_timer_name(desync)
timer_set(tname, "send_timer_delayed", tonumber(desync.arg.delay), true, {dis = dis, opts = desync_opts(desync)})
return VERDICT_DROP
else
-- it uses rawsend, reconstruct and ipfrag options
rawsend_dissect_ipfrag(dis, desync_opts(desync))