mirror of
git://erdgeist.org/opentracker
synced 2025-02-18 15:11:29 +08:00
send out the total downloaders for a announce response
This commit is contained in:
parent
96243526c4
commit
c71505fd9a
@ -165,7 +165,7 @@ size_t return_peers_for_torrent( ot_hash *hash, size_t amount, char *reply, int
|
|||||||
amount = peer_list->peer_count;
|
amount = peer_list->peer_count;
|
||||||
|
|
||||||
if( is_tcp )
|
if( is_tcp )
|
||||||
r += sprintf( r, "d8:completei%zde10:incompletei%zde8:intervali%ie5:peers%zd:", peer_list->seed_count, peer_list->peer_count-peer_list->seed_count, OT_CLIENT_REQUEST_INTERVAL_RANDOM, 6*amount );
|
r += sprintf( r, "d8:completei%zde10:downloadedi%zde10:incompletei%zde8:intervali%ie5:peers%zd:", peer_list->seed_count, peer_list->down_count, peer_list->peer_count-peer_list->seed_count, OT_CLIENT_REQUEST_INTERVAL_RANDOM, 6*amount );
|
||||||
else {
|
else {
|
||||||
*(uint32_t*)(r+0) = htonl( OT_CLIENT_REQUEST_INTERVAL_RANDOM );
|
*(uint32_t*)(r+0) = htonl( OT_CLIENT_REQUEST_INTERVAL_RANDOM );
|
||||||
*(uint32_t*)(r+4) = htonl( peer_list->peer_count );
|
*(uint32_t*)(r+4) = htonl( peer_list->peer_count );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user