This commit is contained in:
2021-09-26 18:16:16 +08:00
parent f88913a5c9
commit 980d37603f
+1
View File
@@ -57,6 +57,7 @@ func GoOnInterest(cstr *C.char) {
ipPacket := <-pktChan
sendData(ipPacket.RawPackets, name)
} else {
time.Sleep(time.Millisecond)
sendData(nil, name)
}
}