From owner-freebsd-questions@FreeBSD.ORG Sat Feb 6 22:14:49 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 D7997106566B for ; Sat, 6 Feb 2010 22:14:49 +0000 (UTC) (envelope-from freebsd-questions@pp.dyndns.biz) Received: from proxy2.bredband.net (proxy2.bredband.net [195.54.101.72]) by mx1.freebsd.org (Postfix) with ESMTP id 8C8658FC08 for ; Sat, 6 Feb 2010 22:14:49 +0000 (UTC) Received: from ipb1.telenor.se (195.54.127.164) by proxy2.bredband.net (7.3.140.3) id 4AD3E1BC030790E8 for freebsd-questions@freebsd.org; Sat, 6 Feb 2010 23:14:47 +0100 X-SMTPAUTH-B2: X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Alk0ADt4bUtV4js3PGdsb2JhbACBMpoPAQEBATe5e4RUBA X-IronPort-AV: E=Sophos;i="4.49,419,1262559600"; d="scan'208";a="33778786" Received: from c-373be255.107-1-64736c10.cust.bredbandsbolaget.se (HELO gatekeeper.pp.dyndns.biz) ([85.226.59.55]) by ipb1.telenor.se with ESMTP; 06 Feb 2010 23:14:47 +0100 Received: from [192.168.69.67] (phobos [192.168.69.67]) by gatekeeper.pp.dyndns.biz (8.14.3/8.14.3) with ESMTP id o16MEjlD089254; Sat, 6 Feb 2010 23:14:46 +0100 (CET) (envelope-from freebsd-questions@pp.dyndns.biz) Message-ID: <4B6DE9D5.8050301@pp.dyndns.biz> Date: Sat, 06 Feb 2010 23:14:45 +0100 From: =?ISO-8859-1?Q?Morgan_Wesstr=F6m?= User-Agent: Thunderbird 2.0.0.23 (X11/20100118) MIME-Version: 1.0 To: dhaneshk k References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org 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: Sat, 06 Feb 2010 22:14:49 -0000 > I am using transmission-daemon and tr > ansmission web for accessing bittorrent sites. > > I have a slow connection, the problem is that > > > 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 ? > > 2) When ever transmission daemon running and downloading files, I can't access any other sites, it waiting for long and getting message sever not found ... When I stop transmission daemon then other sites accessible. > why its happening ? any hints to fix it ? > > > transmission-daemon-1.51_1 > transmission-web-1.51 > > > any help most welcome. > > dhanesh 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. http://www.benzedrine.cx/ackpri.html /Morgan