Noticed a strange behavior of torrent-upload limit speed.
I changed the max upload to 300 Kb/sek. (In the web-admin interface)
A look in the ftdconfig.ini shows the following:
[torrent]
maxdownload=0
maxupload=307200
listenportstart=9***
listenportend=9***
I guess you see the problem!? I Thought this might be a byte-bite thing going on but the numbers just doesn't add up.
Data Communications ( 10^x )
kilobits 300 Kb
Storage ( 2^x )
Bytes 37500 B
I might be on the wrong track here but maybe someone can give me a clue.
//
Snowtam
Please note the new address for this forum : forum.excito.org. The old address redirects here but I don't know for how long. Thanks !
New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !
Torrent DL limit
Re: Torrent DL limit
Sorry, but can you explain in more detail, please?snowtam wrote:I guess you see the problem!?
300 K(ilo)B(yte)/s(econd) = 300 KB/s = 300 * 1024 B/s = 307200 B/s
Adds up pretty nicely, I'd say.