This commit is contained in:
黄思敏 2022-08-29 10:32:55 +08:00
parent 62000cd13c
commit 9288626d4e

View File

@ -193,7 +193,7 @@ func (nc *NetCard) runRead() {
rframe = rframe[:n] rframe = rframe[:n]
}) })
if waterutil.IsIPv4(rframe) || waterutil.IPv4Source(rframe).Equal(net.IPv4(0, 0, 0, 0)) { if !waterutil.IsIPv4(rframe) || waterutil.IPv4Source(rframe).Equal(net.IPv4(0, 0, 0, 0)) {
continue continue
} }