Changeset 1058 for trunk/libtorrent/src/torrent/peer/peer_list.cc
- Timestamp:
- 05/05/08 15:16:26 (4 years ago)
- Files:
-
- 1 modified
-
trunk/libtorrent/src/torrent/peer/peer_list.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtorrent/src/torrent/peer/peer_list.cc
r1012 r1058 307 307 itr->second->last_connection() >= timer || 308 308 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()))) { 310 311 itr++; 311 312 continue;
