This commit is contained in:
黄思敏 2022-08-29 10:32:12 +08:00
parent 0a95455170
commit 62000cd13c

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
} }