mirror of
https://github.com/transmission/transmission
synced 2024-12-26 09:37:56 +00:00
* fix bug that sent a keepalive message too often
This commit is contained in:
parent
a9849660f6
commit
696800f369
1 changed files with 1 additions and 0 deletions
|
@ -1409,6 +1409,7 @@ pulse( void * vmsgs )
|
|||
{
|
||||
protocolSendPiece( msgs, r, buf );
|
||||
peerGotBytes( msgs, r->length );
|
||||
msgs->clientSentAnythingAt = now;
|
||||
}
|
||||
|
||||
tr_free( buf );
|
||||
|
|
Loading…
Reference in a new issue