aMule Forum

English => aMule Help => Topic started by: Janni on August 13, 2004, 11:19:01 PM

Title: Downloading atleast 3x the filesize
Post by: Janni on August 13, 2004, 11:19:01 PM
Dear readers,

When a file is complete, the transfered file size if often 3x or more the completed file size. Is that normal?

Hugs,
Janni
Title: Re: Downloading atleast 3x the filesize
Post by: deltaHF on August 13, 2004, 11:49:16 PM
hi,

no its not.. tell us more about your system.. make a screenshot but remove the file names

greets
Title: Re: Downloading atleast 3x the filesize
Post by: Janni on August 14, 2004, 01:31:51 AM
I am using Fedora Core 2 and have 384MB ram and using a shared 4Mbit connection with 140 other people.

In the prefs. have I only changed the bandwidth and download path from the default settings.

At the moment am I sharing 1kb/s in upload to see if that helps, but I don't think it does.

Screenshot here  :D
http://www.heko.dk/~maj/Screenshot.png

Love,
Janni
Title: Re: Downloading atleast 3x the filesize
Post by: deltaHF on August 14, 2004, 01:56:39 AM
okey thx :)

the screenshot looks ok. but try to don't use auto priority and set the files to prio normal

greets
Title: Re: Downloading atleast 3x the filesize
Post by: Janni on August 14, 2004, 02:17:48 AM
I have done that now :)

If you look at file 2,8,12 they will be far over 3x the file size. Could it have something to do with the network I am on? E.g. the firewall that drops some of my packes?

Hugs,
Janni
Title: Re: Downloading atleast 3x the filesize
Post by: deltaHF on August 14, 2004, 02:23:45 AM
ah sorry.. didn't look at the real file size  :baby:

could it be u have many mldonkeys around in your queue ?
Title: Re: Downloading atleast 3x the filesize
Post by: Janni on August 14, 2004, 05:05:05 AM
What can mldonkey users do?

Can I limit it?

Hugs,
Janni
Title: Re: Downloading atleast 3x the filesize
Post by: deltaHF on August 14, 2004, 05:12:39 AM
there are some fake mldonkey clients around which send u corrupted parts..

copy and save it as i.e mld ->

#!/bin/bash

# Create special MLDONKEY chain
iptables -t filter -N MLDONKEY
iptables -t filter -F MLDONKEY

# Create the logdrop chain to log & drop a packet
iptables -t filter -N MLDONKEY_LOGDROP
iptables -t filter -F MLDONKEY_LOGDROP
iptables -t filter -A MLDONKEY_LOGDROP -j LOG --log-prefix "MLDONKEY"
iptables -t filter -A MLDONKEY_LOGDROP -j DROP

# Jump to the special MLD chain at the end of the INPUT chain (commented out)
#iptables -t nat -A INPUT -j MLDONKEY

# List of ip ranges to ban
iptables -t filter -I INPUT 1 -s 38.113.0.0/16 -j MLDONKEY_LOGDROP
iptables -t filter -I INPUT 1 -s 38.115.0.0/16 -j MLDONKEY_LOGDROP
iptables -t filter -I INPUT 1 -s 38.117.0.0/16 -j MLDONKEY_LOGDROP
iptables -t filter -I INPUT 1 -s 38.118.0.0/15 -j MLDONKEY_LOGDROP
iptables -t filter -I INPUT 1 -s 65.19.175.0/24 -j MLDONKEY_LOGDROP
iptables -t filter -I INPUT 1 -s 66.54.0.0/16 -j MLDONKEY_LOGDROP
iptables -t filter -I INPUT 1 -s 66.117.0.0/16 -j MLDONKEY_LOGDROP
iptables -t filter -I INPUT 1 -s 207.234.0.0/16 -j MLDONKEY_LOGDROP

chmod the mld file to 755 and do as root:

./mld

will save u from the faked mldonkey clients

greets
Title: Re: Downloading atleast 3x the filesize
Post by: Janni on August 14, 2004, 02:40:34 PM
WOW! Thanks!, :)

I have started in right away :D

I once read something about super compressed packets. Have that something to do with this?

Lots of love,
Janni :D