This commit is contained in:
JackDoan
2026-05-14 09:44:04 -05:00
parent 2bdd284993
commit 487bae4c2f

View File

@@ -342,8 +342,9 @@ func (f *Interface) listenIn(reader tio.Queue, i int) {
}
break
}
ctCache := conntrackCache.Get()
for _, pkt := range pkts {
f.consumeInsidePacket(pkt.Bytes, fwPacket, nb, out, i, conntrackCache.Get())
f.consumeInsidePacket(pkt.Bytes, fwPacket, nb, out, i, ctCache)
}
}