View Single Post
Old 28-04-05, 12:36 PM   #14
larytet
Registered User
 
Join Date: Apr 2005
Posts: 12
Default

Quote:
Originally Posted by klowne
I couldn't transfer over 200kB/s on a 10Mb lan whereas mytunes usually gets about 900kB/s.
in my tests i reach 800Kbyte/s. i can improve transfer rates relatively easy, just let me know.
Setup Wizard in version 0.3.13 creates file rodiCore.script containing something like this
Code:
conf uld connections 10
conf uld upstream 200
conf dld connecitons 10
conf dld downstream 200
conf dld saveto C:\rodi\CVSROOT\rodiMng\timple\dld
script file:/C:/rodi/CVSROOT/peers.hosts.script
script file:/C:/rodi/CVSROOT/peers.trustees.script
script file:/C:/rodi/CVSROOT/publish.script
look the first 4 lines. you will probaly want to correct them. upstream and downstream parameters are in KBytes/s. In the example above max allowed upstream and downstream is 200KBytes. and number of simultaneous upload/download sessions is 10.

Current implementation of data transfer is somewhat more sensitive to the number of connections, than BT. BT can max up downstream with 4-5 streams. In Rodi every stream will give you ~45Kbytes/s.
It means that with 10 connections your max rate will be somewhere in 400-500K region

Pay attention also that all threads in Rodi run in low priority. It means that Rodi will surrender CPU to any other application. If you find this inconvenient, let me know.
larytet is offline   Reply With Quote