From 5dcb6c116389b7f16f12610adaa7ebcee1085fb4 Mon Sep 17 00:00:00 2001 From: bol-van Date: Sat, 9 May 2026 22:00:18 +0300 Subject: [PATCH] zapret-antidpi: send delayed fooled dissect, not original --- lua/zapret-antidpi.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/zapret-antidpi.lua b/lua/zapret-antidpi.lua index acb88de..8260e16 100644 --- a/lua/zapret-antidpi.lua +++ b/lua/zapret-antidpi.lua @@ -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