Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 11 Jun 2002 10:38:05 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 11 Jun 2002 10:38:04 -0400 Received: from Morgoth.esiway.net ([193.194.16.157]:39172 "EHLO Morgoth.esiway.net") by vger.kernel.org with ESMTP id ; Tue, 11 Jun 2002 10:38:02 -0400 Date: Tue, 11 Jun 2002 16:38:01 +0200 (CEST) From: Marco Colombo To: Giuliano Pochini cc: DervishD , Linux-kernel Subject: RE: bandwidth 'depredation' In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 11 Jun 2002, Giuliano Pochini wrote: > > On 11-Jun-2002 DervishD wrote: > > Hello all :)) > > > > I've noticed that, when using certain programs like 'wget', the > > bandwidth seems to be 'depredated' by them. When I download a file > > with lukemftp or with links, the bandwidth is then distributed > > between all IP clients, but when using wget or some ftp clients, it > > is not distributed. BTW, I'm using an ADSL line (128 up / 256 down). > > > > IMHO, the IP layer (well, in this case the TCP layer) should > > distribute the bandwidth (although I don't know how to do this), and > > the kernel seems to be not doing it. > > No, IP doesn't balance anything. You have to filter the traffic with > QoS of traffic shapers to give different "priorities" to packets as > you like. Wget doesn't "grab" the bandwidth, it's the remote server > that fills it. This is my understanding, too. But so how is QoS going to change things? It's the output queue of the router on the other side of the ADLS link that needs management (and maybe you need to speak some protocol like RSVP), or am I missing something? How can you control the rate of *incoming* packets per connection / protocol? .TM. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/