Template
1
0
mirror of https://github.com/bol-van/zapret2.git synced 2026-03-14 06:13:09 +00:00

zapret-auto: remove duplicate seq assignment

This commit is contained in:
bol-van
2025-12-07 17:03:45 +03:00
parent 8540278c9b
commit 9ae6927a0e

View File

@@ -86,7 +86,6 @@ function standard_failure_detector(desync, crec, options)
end
local trigger = false
local seq = pos_get(desync,'s')
if desync.outgoing then
if #desync.dis.payload>0 and options.retrans and (crec.retrans or 0)<options.retrans then
if not crec.uppos then crec.uppos=0 end