mldonkey-tasks
[Top][All Lists]
Advanced

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

[Mldonkey-tasks] [task #5408] Add option to push small files in a easy w


From: Fabiano
Subject: [Mldonkey-tasks] [task #5408] Add option to push small files in a easy way
Date: Fri, 14 Apr 2006 17:52:34 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; it; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1

URL:
  <http://savannah.nongnu.org/task/?func=detailitem&item_id=5408>

                 Summary: Add option to push small files in a easy way
                 Project: mldonkey, a multi-networks file-sharing client
            Submitted by: fabtar
            Submitted on: venerdì 14/04/2006 alle 17:52
                Category: Options Manager
                Priority: 1 - Later
                  Status: None
             Assigned to: None
             Open/Closed: Open
         Should Start On: venerdì 14/04/2006 alle 00:00
   Should be Finished on: venerdì 14/04/2006 alle 00:00

    _______________________________________________________

Details:

It is better to priorize small files cause the requests cause by wait time
are bigger(cause an overhead in size) bigger than effective file transfer .
This is possible my manually configuring shares directory prio et similar.

>From pango's suggestion:

...
shared_directories = [
...
  {     dirname = "/home/user/shared"
     networks = []
     strategy = all_small
     priority = 1
};
  {     dirname = "/home/user/shared"
     networks = []
     strategy = all_big
     priority = 0
};]
...

searches.ini:
Code:

...
customized_sharing = [
...
  (all_small, {       recursive = true
       extensions = []
       minsize = 1
       maxsize = 5242879
});
  (all_big, {       recursive = true
       extensions = []
       minsize = 5242880
       maxsize = 9223372036854775807
});]
...


It could be nice to introduce an option to automatically add this policy to
all shared directories/files.
2 options, 1 for enable/disable feature , 1 option or field to set the
threashold.
Perhaps could be added another otion to bound the effect..example  
maximum transmitted small files, or maximum accepted small files/per hour.






    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/task/?func=detailitem&item_id=5408>

_______________________________________________
  Messaggio inviato con/da Savannah
  http://savannah.nongnu.org/





reply via email to

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