From owner-freebsd-net@FreeBSD.ORG Fri Mar 12 09:46:46 2010 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 79AA21065672 for ; Fri, 12 Mar 2010 09:46:46 +0000 (UTC) (envelope-from bschmidt@mx.techwires.net) Received: from mx.techwires.net (mx.techwires.net [IPv6:2001:4d88:100f:1::3]) by mx1.freebsd.org (Postfix) with ESMTP id 43CED8FC0C for ; Fri, 12 Mar 2010 09:46:46 +0000 (UTC) Received: by mx.techwires.net (Postfix, from userid 1001) id E84E820604; Fri, 12 Mar 2010 10:46:44 +0100 (CET) Date: Fri, 12 Mar 2010 10:46:44 +0100 From: Bernhard Schmidt To: jiani1012 Message-ID: <20100312094644.GA82380@mx.techwires.net> References: <20100311120023.95BE8106570A@hub.freebsd.org> <1a0c88.1878a.12751a08e92.Coremail.jiani1012@126.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1a0c88.1878a.12751a08e92.Coremail.jiani1012@126.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-net@freebsd.org Subject: Re: multicast rate 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: Fri, 12 Mar 2010 09:46:46 -0000 On Fri, Mar 12, 2010 at 05:07:09PM +0800, jiani1012 wrote: > Hi,all > > Based on Freebsd8.0,the multicast frames are transmited at a fixed rate 1Mbps. I want to change the fixed rate to self-adaptive rate like unicast. > > I change the multicast path to unicast in if_ath.c of ath code,but still fail.Should I change the rate control algorithm? What changes I must do? Can you give me some advise,ideas? ifconfig mcastrate isn't an option? -- Bernhard