This commit is contained in:
JackDoan
2025-10-30 16:51:03 -05:00
parent 9e38065673
commit 469a5fc350
3 changed files with 30 additions and 21 deletions

View File

@@ -271,7 +271,7 @@ func (f *Interface) listenOut(i int) {
fwPacket := &firewall.Packet{}
nb := make([]byte, 12, 12)
li.ListenOut(func(fromUdpAddr netip.AddrPort, payload []byte) {
li.ListenOut(func(fromUdpAddr netip.AddrPort, payload []byte, q int) {
f.readOutsidePackets(fromUdpAddr, nil, plaintext[:0], payload, h, fwPacket, lhh, nb, i, ctCache.Get(f.l))
})
}