This commit is contained in:
JackDoan
2025-12-16 11:07:30 -06:00
parent 43d26d4fe5
commit e5c11e1cc2
3 changed files with 3 additions and 20 deletions

View File

@@ -297,7 +297,6 @@ func (f *Interface) listenOut(q int) {
li.ListenOut(func(pkts []*packet.Packet) {
toSend = toSend[:0]
for i := range outPackets {
outPackets[i].Valid = false
outPackets[i].SegCounter = 0
}