This commit is contained in:
esrrhs 2019-10-31 21:55:40 +08:00
parent 0ba2aa2297
commit 8d1d2bd6a2

View File

@ -322,7 +322,10 @@ func (p *Client) AcceptTcpConn(conn *net.TCPConn, targetAddr string) {
}
}
loggo.Info("connected remote tcp %s %s", uuid, tcpsrcaddr.String())
if !clientConn.exit {
loggo.Info("connected remote tcp %s %s", uuid, tcpsrcaddr.String())
}
bytes := make([]byte, 10240)
tcpActiveRecvTime := time.Now()