This commit is contained in:
esrrhs 2019-10-25 21:21:55 +08:00
parent d34ecbaca6
commit 120d949c59

View File

@ -102,8 +102,8 @@ func recvICMP(conn icmp.PacketConn, recv chan<- *Packet) {
}
if my.Data == nil {
loggo.Info("processPacket data nil %s", my.Id)
return
loggo.Debug("processPacket data nil %s", my.Id)
continue
}
recv <- &Packet{my: my,