Changeset 3931
- Timestamp:
- Nov 22, 2007, 8:42:18 PM (15 years ago)
- Location:
- branches/0.9x/libtransmission
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9x/libtransmission/fastresume.c
r3618 r3931 789 789 790 790 /* if we didn't read the data, seek past it */ 791 tr_inf( "Skipping resume data type %02x, %u bytes", id, len );792 791 fseek( file, len, SEEK_CUR ); 793 792 } -
branches/0.9x/libtransmission/peer-mgr-private.h
r3897 r3931 41 41 * Use SWIFT? 42 42 */ 43 static const int SWIFT_ENABLED = 1;43 static const int SWIFT_ENABLED = 0; 44 44 45 45 /** -
branches/0.9x/libtransmission/peer-mgr.c
r3897 r3931 98 98 /* how many peers to unchoke per-torrent. */ 99 99 /* FIXME: make this user-configurable? */ 100 NUM_UNCHOKED_PEERS_PER_TORRENT = 10, /* arbitrary */100 NUM_UNCHOKED_PEERS_PER_TORRENT = 20, /* arbitrary */ 101 101 102 102 /* set this too high and there will be a lot of churn.
Note: See TracChangeset
for help on using the changeset viewer.