Clean up output

master
dma 7 years ago
parent a3e38de6e5
commit 372cc52f2a

@ -154,7 +154,7 @@ func findUDPSocketAll(srcAddr net.IP, srcPort uint16, dstAddr net.IP, dstPort ui
ifip = x.IP
}
if ss.local.ip.Equal(ifip) {
fmt.Printf("Matched on UDP socket bound to %v:%d\n",ifip,srcPort)
// fmt.Printf("Matched on UDP socket bound to %v:%d\n",ifip,srcPort)
return true
}
}

Loading…
Cancel
Save