zapret-antidpi: send delayed fooled dissect, not original

This commit is contained in:
bol-van
2026-05-09 22:00:18 +03:00
parent fe112c1f22
commit 5dcb6c1163
+1 -1
View File
@@ -96,7 +96,7 @@ function send(ctx, desync)
apply_ip_id(desync, dis, nil, "none")
if desync.arg.delay then
local tname = "send_"..desync_timer_name(desync)
timer_set(tname, "send_timer_delayed", tonumber(desync.arg.delay), true, {dis = desync.dis, opts = desync_opts(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