Changeset 1058 for trunk/libtorrent/src/protocol/handshake_manager.cc
- Timestamp:
- 05/05/08 15:16:26 (4 years ago)
- Files:
-
- 1 modified
-
trunk/libtorrent/src/protocol/handshake_manager.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtorrent/src/protocol/handshake_manager.cc
r1010 r1058 195 195 // We need to make libtorrent more selective in the clients it 196 196 // connects to, and to move this somewhere else. 197 (!download->file_list()->is_done() || !handshake->bitfield()->is_all_set() ) &&197 (!download->file_list()->is_done() || !handshake->bitfield()->is_all_set() || download->initial_seeding() != NULL) && 198 198 199 199 (pcb = download->connection_list()->insert(handshake->peer_info(),
