mirror of
https://github.com/bol-van/zapret2.git
synced 2026-06-17 12:50:04 +04:00
zapret-antidpi: do not VERDICT_DROP in send with delay option
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user