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

zapret-auto: preserve interface name in rst send

This commit is contained in:
bol-van
2025-12-23 22:24:21 +03:00
parent 05f54086cf
commit 815801a7db

View File

@@ -164,7 +164,7 @@ function standard_failure_detector(desync, crec)
dis.ip6.ip6_flow = desync.track.pos.reverse.ip6_flow
end
DLOG("standard_failure_detector: sending RST to retransmitter")
rawsend_dissect(dis)
rawsend_dissect(dis, {ifout = desync.ifin})
end
end
end