Changeset 10877
- Timestamp:
- Jun 26, 2010, 6:49:31 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/peer-mgr.c
r10874 r10877 3394 3394 score = addValToKey( score, 1, i ); 3395 3395 3396 /* prefer torrents we're downloading with */ 3397 i = tr_torrentIsSeed( tor ) ? 1 : 0; 3398 score = addValToKey( score, 1, i ); 3399 3396 3400 /* prefer peers that we might have a chance of uploading to... 3397 3401 so lower seed probability is better */
Note: See TracChangeset
for help on using the changeset viewer.