1
0
Fork 0
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:
Charles Kerr 2007-10-10 03:03:09 +00:00
parent a9849660f6
commit 696800f369

View file

@ -1409,6 +1409,7 @@ pulse( void * vmsgs )
{
protocolSendPiece( msgs, r, buf );
peerGotBytes( msgs, r->length );
msgs->clientSentAnythingAt = now;
}
tr_free( buf );