mirror of
https://github.com/slackhq/nebula.git
synced 2026-05-16 04:47:38 +02:00
speed
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user