add
This commit is contained in:
parent
b15faae234
commit
ba76acaf87
1 changed files with 2 additions and 0 deletions
|
@ -238,6 +238,7 @@ func (p *Client) AcceptTcpConn(conn *net.TCPConn) {
|
|||
}
|
||||
if n > 0 {
|
||||
clientConn.fm.WriteSendBuffer(bytes[:n])
|
||||
tcpActiveRecvTime = now
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -277,6 +278,7 @@ func (p *Client) AcceptTcpConn(conn *net.TCPConn) {
|
|||
}
|
||||
if n > 0 {
|
||||
clientConn.fm.SkipRecvBuffer(n)
|
||||
tcpActiveSendTime = now
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue