From owner-freebsd-questions@FreeBSD.ORG Sun Feb 7 04:58:00 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E88931065672 for ; Sun, 7 Feb 2010 04:58:00 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-ww0-f54.google.com (mail-ww0-f54.google.com [74.125.82.54]) by mx1.freebsd.org (Postfix) with ESMTP id 7B5D28FC15 for ; Sun, 7 Feb 2010 04:58:00 +0000 (UTC) Received: by wwj40 with SMTP id 40so1181630wwj.13 for ; Sat, 06 Feb 2010 20:57:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=3hXUXTUy59bAi+EUvim4D6Z8F3+/TdelR2e11BErenc=; b=tJCJww75hqX7yjOEsNHNZpcvEgFVH7kw8NqrQSNjmLC8b9aND5NJ+YRdeZLPBf9R71 q3a8KC3bix9+1HxxMEBLUe1P4rH7Wo/HjqB80saHwMEOcMNxzOLPAv3N6GyI5brWc8xe K5FwfXL7XyJoB49JZzPbTOaVbpJDZ8mtkFXX0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=UFOubl4QWvtftEuNNDRgAuJRxIw14sWqdY1W+dJtMq/Xmk0a/Yl5DJm7QIYKOWjDz/ XzrqIjeL+3wglOBoaT9LVfAaHjnDZm6kcLzUZnXAfiBvRV6/0rRCA1rBk/sNBxZHptjQ fo44wYJqDWgXAgbSwfozN9xwS/xyf9W/EtI34= Received: by 10.216.88.136 with SMTP id a8mr2837848wef.77.1265518679592; Sat, 06 Feb 2010 20:57:59 -0800 (PST) Received: from gumby.homeunix.com (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mx.google.com with ESMTPS id i6sm7629113gve.1.2010.02.06.20.57.58 (version=SSLv3 cipher=RC4-MD5); Sat, 06 Feb 2010 20:57:58 -0800 (PST) Date: Sun, 7 Feb 2010 04:57:56 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20100207045756.5148b4a0@gumby.homeunix.com> In-Reply-To: <4B6DE9D5.8050301@pp.dyndns.biz> References: <4B6DE9D5.8050301@pp.dyndns.biz> X-Mailer: Claws Mail 3.7.4 (GTK+ 2.18.6; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: how to control upload data in bittorrent clients X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2010 04:58:01 -0000 On Sat, 06 Feb 2010 23:14:45 +0100 Morgan Wesstr=F6m wrote: > > 1) in the transmission web it showing downloading is 10 kbps > > to 30 kbps but uploading it shows 50 to 92 kbps my question > > is is it possible to limit the uploading data rate , how can I do > > this ? >=20 > Check out Daniel Hartmeier's excellent article on how to prioritize > TCP ACKs (and other traffic). It will explain what you experience and > solve the problem for you. It's a good idea to handle this from within transmission too. Rate limiting works best at the TCP level.