mldonkey-users
[Top][All Lists]
Advanced

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

[Mldonkey-users] M.JoinQueueReq and max_emule_slots


From: Bernd Knochenhauer
Subject: [Mldonkey-users] M.JoinQueueReq and max_emule_slots
Date: Sat, 8 Mar 2003 15:49:52 +0100

Code from 2.02-29 donkey/donkeyClient.ml ca. line ~ 852 :

  | M.JoinQueueReq _ ->

  ...

          set_lifetime sock one_day;
          add_pending_slot c 
        
        with _ ->
            add_pending_slot c;
 
Back in 2.02-22 clients were either added to the pending slots queue
or given a slot directly (give_a_slot c). I wonder why this has changed.
Doesn't this defeat the purpose of max_emule_slots ? No matter how many eMules 
are in the upload_clients queue already, they will all be added to the pending 
slots queue anyway and refill_upload_slots does not take into account the 
clients that are already uploading.





reply via email to

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