From 505e8ff82ca92457d18daf90671d0f589929405b Mon Sep 17 00:00:00 2001 From: bol-van Date: Wed, 24 Dec 2025 00:12:49 +0300 Subject: [PATCH] zapret-auto: tcp options nil --- lua/zapret-auto.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/zapret-auto.lua b/lua/zapret-auto.lua index 359df39..ce20fc1 100644 --- a/lua/zapret-auto.lua +++ b/lua/zapret-auto.lua @@ -159,7 +159,7 @@ function standard_failure_detector(desync, crec) dis_reverse(dis) dis.tcp.th_flags = TH_RST dis.tcp.th_win = desync.track and desync.track.pos.reverse.tcp.winsize or 64 - dis.tcp.options = {} + dis.tcp.options = nil if dis.ip6 then dis.ip6.ip6_flow = (desync.track and desync.track.pos.reverse.ip6_flow) and desync.track.pos.reverse.ip6_flow or 0x60000000; end