From owner-freebsd-net@FreeBSD.ORG Fri Mar 12 09:37:47 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 8FA32106564A for ; Fri, 12 Mar 2010 09:37:47 +0000 (UTC) (envelope-from jiani1012@126.com) Received: from m15-85.126.com (m15-85.126.com [220.181.15.85]) by mx1.freebsd.org (Postfix) with ESMTP id 243C78FC14 for ; Fri, 12 Mar 2010 09:37:45 +0000 (UTC) Received: from jiani1012 ( [124.205.28.146] ) by ajax-webmail-wmsvr85 (Coremail) ; Fri, 12 Mar 2010 17:07:09 +0800 (CST) Date: Fri, 12 Mar 2010 17:07:09 +0800 (CST) From: jiani1012 To: freebsd-net@freebsd.org Message-ID: <1a0c88.1878a.12751a08e92.Coremail.jiani1012@126.com> In-Reply-To: <20100311120023.95BE8106570A@hub.freebsd.org> References: <20100311120023.95BE8106570A@hub.freebsd.org> MIME-Version: 1.0 X-Originating-IP: [124.205.28.146] X-Priority: 3 X-Mailer: Coremail Webmail Server Version SP_ntes V3.5 build 100224(9901.2908.2907) Copyright (c) 2002-2010 www.mailtech.cn 126com X-CM-CTRLDATA: ffEkpmZvb3Rlcl9odG09NDQ0OjQ0 X-CM-TRANSID: VcqowKAbFCo9BJpLwPNeAQ--.61565W X-CM-SenderInfo: xmld0xarqrjqqrswhudrp/1tbiEx2RlEntOuwx7QAAsl X-Coremail-Antispam: 1U5529EdanIXcx71UUUUU7vcSsGvfC2KfnxnUU== Content-Type: text/plain; charset=gbk Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: 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:37:47 -0000 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? Thanks!