From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mho-02-ewr.mailhop.org (mho-04-ewr.mailhop.org [204.13.248.74]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by huchra.bufferbloat.net (Postfix) with ESMTPS id 8693C21F115 for ; Sun, 13 Jan 2013 20:15:40 -0800 (PST) Received: from c-24-4-217-203.hsd1.ca.comcast.net ([24.4.217.203] helo=kmnmba.local) by mho-02-ewr.mailhop.org with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.72) (envelope-from ) id 1TubSV-000MyW-0e; Mon, 14 Jan 2013 04:15:39 +0000 X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 24.4.217.203 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1/CeHTrO9AU71ABOxnG/Ec03ZfRhIuv12k= Message-ID: <50F38669.3010600@pollere.com> Date: Sun, 13 Jan 2013 20:15:37 -0800 From: Kathleen Nichols User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: codel@lists.bufferbloat.net References: In-Reply-To: X-Enigmail-Version: 1.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Codel] ns2 simulations of sfq_codel X-BeenThere: codel@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: CoDel AQM discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jan 2013 04:15:40 -0000 Sounds like you didn't add the variables to tcl/libns-default.tcl On 1/13/13 7:57 PM, Anirudh Sivaraman wrote: > Hi > > I am using ns2 to simulate sfq_codel (code taken from > https://github.com/dtaht/ns2/blob/master/queue/sfqcodel.cc). I > modified codel.tcl > (https://github.com/dtaht/ns2/blob/master/codel.tcl) to run sfq_codel. > Specifically, I modified this line in codel.tcl : > > $ns duplex-link $n0 $n1 $bw ${bdelay}ms CoDel > > to > > $ns duplex-link $n0 $n1 $bw ${bdelay}ms sfqCoDel > > Things run fine, except I get these warnings : > > warning: no class variable Queue/sfqCoDel::interval_ > > see tcl-object.tcl in tclcl for info about this warning. > > warning: no class variable Queue/sfqCoDel::target_ > > warning: no class variable Queue/sfqCoDel::curq_ > > warning: no class variable Queue/sfqCoDel::d_exp_ > > warning: no class variable Queue/sfqCoDel::interval_ > > see tcl-object.tcl in tclcl for info about this warning. > > warning: no class variable Queue/sfqCoDel::target_ > > warning: no class variable Queue/sfqCoDel::curq_ > > warning: no class variable Queue/sfqCoDel::d_exp_ > > Are these warnings safe to ignore or do they affect the simulation output ? > > Anirudh > _______________________________________________ > Codel mailing list > Codel@lists.bufferbloat.net > https://lists.bufferbloat.net/listinfo/codel >