aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Downloading atleast 3x the filesize  (Read 2934 times)

Janni

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 15
Downloading atleast 3x the filesize
« 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
Logged

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: Downloading atleast 3x the filesize
« Reply #1 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

Janni

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 15
Re: Downloading atleast 3x the filesize
« Reply #2 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
Logged

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: Downloading atleast 3x the filesize
« Reply #3 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

Janni

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 15
Re: Downloading atleast 3x the filesize
« Reply #4 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
Logged

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: Downloading atleast 3x the filesize
« Reply #5 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 ?

Janni

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 15
Re: Downloading atleast 3x the filesize
« Reply #6 on: August 14, 2004, 05:05:05 AM »

What can mldonkey users do?

Can I limit it?

Hugs,
Janni
Logged

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: Downloading atleast 3x the filesize
« Reply #7 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

Janni

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 15
Re: Downloading atleast 3x the filesize
« Reply #8 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
Logged