mirror of
https://github.com/bol-van/zapret2.git
synced 2026-06-17 12:50:04 +04:00
zapret-antidpi: send delayed fooled dissect, not original
This commit is contained in:
@@ -96,7 +96,7 @@ function send(ctx, desync)
|
|||||||
apply_ip_id(desync, dis, nil, "none")
|
apply_ip_id(desync, dis, nil, "none")
|
||||||
if desync.arg.delay then
|
if desync.arg.delay then
|
||||||
local tname = "send_"..desync_timer_name(desync)
|
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
|
return VERDICT_DROP
|
||||||
else
|
else
|
||||||
-- it uses rawsend, reconstruct and ipfrag options
|
-- it uses rawsend, reconstruct and ipfrag options
|
||||||
|
|||||||
Reference in New Issue
Block a user