mirror of
git://erdgeist.org/opentracker
synced 2025-07-23 00:45:21 +02:00
Reverse logic... do only sync those NOT coming from multi cast
This commit is contained in:
parent
c3003dfd6f
commit
01408992b7
1 changed files with 2 additions and 2 deletions
|
@ -95,9 +95,9 @@ size_t add_peer_to_torrent_and_return_peers( ot_hash hash, ot_peer *peer, PROTO_
|
|||
|
||||
#ifdef WANT_SYNC_LIVE
|
||||
if( proto == FLAG_MCA )
|
||||
livesync_tell( hash, peer );
|
||||
else
|
||||
OT_PEERFLAG( peer ) |= PEER_FLAG_FROM_SYNC;
|
||||
else
|
||||
livesync_tell( hash, peer );
|
||||
#endif
|
||||
|
||||
torrent->peer_list->peer_count++;
|
||||
|
|
Loading…
Add table
Reference in a new issue