This commit is contained in:
JackDoan
2025-12-15 13:45:17 -06:00
parent 39dff27ab8
commit 174ee003b5
2 changed files with 14 additions and 66 deletions

View File

@@ -301,7 +301,6 @@ func (f *Interface) listenOut(q int) {
outPackets[i].SegCounter = 0
}
//todo f.readOutsidePackets(ViaSender{UdpAddr: fromUdpAddr}, plaintext[:0], payload, h, fwPacket, lhh, nb, i, ctCache.Get(f.l))
f.readOutsidePacketsMany(pkts, outPackets, h, fwPacket, lhh, nb, q, ctCache.Get(f.l), time.Now())
//we opportunistically tx, but try to also send stragglers
if _, err := f.readers[q].WriteMany(outPackets, q); err != nil {