From owner-freebsd-net@FreeBSD.ORG Wed Aug 6 05:15:48 2008 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A3B3E106564A for ; Wed, 6 Aug 2008 05:15:48 +0000 (UTC) (envelope-from netslists@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.31]) by mx1.freebsd.org (Postfix) with ESMTP id 597218FC19 for ; Wed, 6 Aug 2008 05:15:48 +0000 (UTC) (envelope-from netslists@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so1388936ywe.13 for ; Tue, 05 Aug 2008 22:15:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:content-type :content-transfer-encoding; bh=05xtHpLU47zl6bVdltiSAGj2tLyJIXbPOtmSedRJhqM=; b=PgmHvOUGO4R5FzZJ0oJ01HvmFI+QrfkYl63Uylb07x+STwujB9s7+rxgYZsgPzB5zA ObtVbZ+n9quup4l7PKV/HkhVmmVP9sp0jEgSuUpxEa64yF3u4498Dj1+0HvLMKpmtyMo qbiaPr7RggMqIrcS7sUw/xdKsBXfbp68Hd7xM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :content-type:content-transfer-encoding; b=SY4/ZPkVMCc05N3kmQ/jRt2fXAMpwpsvJoigOHUSUajkQfrWDdUzO99Kv3WftnovVb PLEoTXLxqd1YIraf53ZOaukAGA0y8Y1lWqXTXP+pPD0gV5NSNFoERuefhs9yqywcl1W8 Qc+UDzWZHhGgk8JcqhJMSlT7lL7uBKUv3aLMM= Received: by 10.150.202.8 with SMTP id z8mr2606025ybf.223.1217998188733; Tue, 05 Aug 2008 21:49:48 -0700 (PDT) Received: from ?192.168.12.8? ( [97.101.40.241]) by mx.google.com with ESMTPS id 5sm1308795ywd.8.2008.08.05.21.49.46 (version=SSLv3 cipher=RC4-MD5); Tue, 05 Aug 2008 21:49:47 -0700 (PDT) Message-ID: <48992D64.1020502@gmail.com> Date: Wed, 06 Aug 2008 00:49:40 -0400 From: Sten Daniel Soersdal User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: "freebsd-net@FreeBSD.org" Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Alexander Motin , Archie Cobbs Subject: ng_ppp: question about "bandwidth" parameter. X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Aug 2008 05:15:48 -0000 Is there a reason NG_PPP_MAX_BANDWIDTH is limited to a total of 10 Mbit? If any of the links are faster than 10 Mbit, will i achieve same end result by dividing Bandwidth by say 10? That is, for every 10 Mbit physical link i configure ng_ppp to 1 Mbit? Or could i change the constant to the equivalent of 100 Mbit/s without the risk of breaking anything? The reason i ask is I noticed in ng_ppp.c (1.70.2.3) in function ng_ppp_mp_strategy(..) that ng_ppp also takes into account queued packets and the additional latency that would implicate. -- Sten Daniel Soersdal