Changeset 5738 for trunk/libtransmission/tracker.c
- Timestamp:
- May 1, 2008, 7:31:58 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/tracker.c
r5724 r5738 879 879 t->manualAnnounceAllowedAt = ~(time_t)0; 880 880 t->name = tr_strdup( info->name ); 881 t->randOffset = tr_rand( 120 );881 t->randOffset = tr_rand( 30 ); 882 882 memcpy( t->hash, info->hash, SHA_DIGEST_LENGTH ); 883 883 escape( t->escaped, info->hash, SHA_DIGEST_LENGTH );
Note: See TracChangeset
for help on using the changeset viewer.