mldonkey-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-users] [patch #5642] third swarming_block_selection_algorithm


From: TripleM
Subject: [Mldonkey-users] [patch #5642] third swarming_block_selection_algorithm
Date: Tue, 19 Dec 2006 22:41:55 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.2 x64; en-US; rv:1.8.0.5) Gecko/20060724 Firefox/1.5.0.5 (mmoy CE K8M-X19)

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/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]