Page 1 of 1

Torrent DL limit

Posted: 30 Aug 2007, 17:16
by snowtam
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

Re: Torrent DL limit

Posted: 30 Aug 2007, 21:14
by helios
snowtam wrote:I guess you see the problem!?
Sorry, but can you explain in more detail, please?

300 K(ilo)B(yte)/s(econd) = 300 KB/s = 300 * 1024 B/s = 307200 B/s

Adds up pretty nicely, I'd say.