Changeset 10010
- Timestamp:
- Jan 24, 2010, 11:32:49 PM (12 years ago)
- Location:
- trunk/libtransmission
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/announcer.c
r9965 r10010 680 680 torrent->info.hashEscaped, 681 681 torrent->peer_id, 682 tr_sessionGetPeerPort( announcer->session ),682 (int)tr_sessionGetPeerPort( announcer->session ), 683 683 torrent->uploadedCur, 684 684 torrent->downloadedCur, -
trunk/libtransmission/web.c
r10009 r10010 236 236 { 237 237 if( strstr( url, "scrape" ) != NULL ) return 20; 238 if( strstr( url, "announce" ) != NULL ) return 30;238 if( strstr( url, "announce" ) != NULL ) return 45; 239 239 return 240; 240 240 }
Note: See TracChangeset
for help on using the changeset viewer.