Follow-up Comment #2, patch #5642 (project mldonkey):
i am not sure, if choosing algorithm 3 prohibits downloading at all cause of
one small part.
let need_to_complete_some_blocks_quickly =
match !!swarming_block_selection_algorithm with
| 1 -> true
| 2 -> verification_available && t.t_nverified_chunks < 2
| _ -> assert false in
changed it to:
let need_to_complete_some_blocks_quickly =
match !!swarming_block_selection_algorithm with
| 1 -> true
| 2 -> verification_available && t.t_nverified_chunks < 2
| 3 -> false
| _ -> assert false in
and i think, i had uploaded the wrong file either. :D
(file #11564)
_______________________________________________________
Additional Item Attachment:
File name: swarmalgo.patch Size:3 KB
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/patch/?5642>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
_______________________________________________
Mldonkey-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/mldonkey-users