add
This commit is contained in:
parent
0ba2aa2297
commit
8d1d2bd6a2
@ -322,7 +322,10 @@ func (p *Client) AcceptTcpConn(conn *net.TCPConn, targetAddr string) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if !clientConn.exit {
|
||||||
loggo.Info("connected remote tcp %s %s", uuid, tcpsrcaddr.String())
|
loggo.Info("connected remote tcp %s %s", uuid, tcpsrcaddr.String())
|
||||||
|
}
|
||||||
|
|
||||||
bytes := make([]byte, 10240)
|
bytes := make([]byte, 10240)
|
||||||
|
|
||||||
tcpActiveRecvTime := time.Now()
|
tcpActiveRecvTime := time.Now()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user