Changeset 10876
- Timestamp:
- Jun 26, 2010, 6:49:27 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0x/libtransmission/peer-mgr.c
r10875 r10876 3357 3357 score = addValToKey( score, 1, i ); 3358 3358 3359 /* prefer torrents we're downloading with */ 3360 i = tr_torrentIsSeed( tor ) ? 1 : 0; 3361 score = addValToKey( score, 1, i ); 3362 3359 3363 /* prefer peers that we might have a chance of uploading to... 3360 3364 so lower seed probability is better */
Note: See TracChangeset
for help on using the changeset viewer.