chore: Adjust the tcp-concurrent and sniffer log
This commit is contained in:
@ -43,7 +43,7 @@ func Start(device io.ReadWriter, gateway, portal, broadcast netip.Addr) (*TCP, *
|
||||
for {
|
||||
n, err := device.Read(buf)
|
||||
if err != nil {
|
||||
return
|
||||
continue
|
||||
}
|
||||
|
||||
raw := buf[:n]
|
||||
|
Reference in New Issue
Block a user