Show
Ignore:
Timestamp:
05/05/08 15:16:26 (4 years ago)
Author:
rakshasa
Message:

* Initial seeding support added. Patch by Josef Drexler.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/libtorrent/src/torrent/peer/peer_list.cc

    r1012 r1058  
    307307        itr->second->last_connection() >= timer || 
    308308 
    309         (flags & cull_keep_interesting && itr->second->failed_counter() != 0)) { 
     309        (flags & cull_keep_interesting &&  
     310         (itr->second->failed_counter() != 0 || itr->second->is_blocked()))) { 
    310311      itr++; 
    311312      continue;