Changeset 4052
- Timestamp:
- Dec 3, 2007, 7:51:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9x/libtransmission/peer-msgs.c
r4037 r4052 1198 1198 1199 1199 case BT_SUGGEST: { 1200 const tr_bitfield * bt = tr_cpPieceBitfield( msgs->torrent->completion ); 1200 1201 dbgmsg( msgs, "Got a BT_SUGGEST" ); 1201 1202 tr_peerIoReadUint32( msgs->io, inbuf, &ui32 ); 1202 const tr_bitfield * bt = tr_cpPieceBitfield( msgs->torrent->completion );1203 1203 if( tr_bitfieldHas( bt, ui32 ) ) 1204 1204 tr_bitfieldAdd( msgs->clientSuggestedPieces, ui32 );
Note: See TracChangeset
for help on using the changeset viewer.