From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oa0-f41.google.com (mail-oa0-f41.google.com [209.85.219.41]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority" (verified OK)) by huchra.bufferbloat.net (Postfix) with ESMTPS id 2313A21F115 for ; Sun, 13 Jan 2013 20:28:07 -0800 (PST) Received: by mail-oa0-f41.google.com with SMTP id k14so3579555oag.28 for ; Sun, 13 Jan 2013 20:28:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=gtg4QRgAg12bUetzeCpSI+ljXinK2qLlfNUIHeVm7qk=; b=SBYOY7g7y8ISyja7NtXBxCv4emdlvHrliJUNVKK8N47HK8QIvNWMSh2SXH+bh9JrNN 99oWohdEskBDOOb9syOVp5H3eILTo13InRspG55SdtdYkn3hAzlz/6knntZLo+B6p5OI ChGz3P/xhWGDBW+l/VxzrS61PTjkfUgx5OYUI683XiQeIFS1wXkvUBX5Fb1JroqSzW5c UIcBKezf90uXLrzSq39CAr7BHEwrLMLJomXn5faCRUe2qZBigQzXTB1rTvIIr9i7LEER DYBidrTyne4QPohGN78pB2K0OksrrA8wRyApjZKBxRRcVDZLaQN9xiwokT4gshCAbTRv Qo8A== MIME-Version: 1.0 Received: by 10.182.216.38 with SMTP id on6mr8088586obc.65.1358137686256; Sun, 13 Jan 2013 20:28:06 -0800 (PST) Received: by 10.76.28.69 with HTTP; Sun, 13 Jan 2013 20:28:06 -0800 (PST) In-Reply-To: <50F38669.3010600@pollere.com> References: <50F38669.3010600@pollere.com> Date: Sun, 13 Jan 2013 23:28:06 -0500 Message-ID: From: Anirudh Sivaraman To: Kathleen Nichols Content-Type: text/plain; charset=UTF-8 Cc: codel@lists.bufferbloat.net 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:28:07 -0000 On Sun, Jan 13, 2013 at 11:15 PM, Kathleen Nichols wrote: > > Sounds like you didn't add the variables to tcl/libns-default.tcl > Thanks ! That fixed it. > 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 >> > > _______________________________________________ > Codel mailing list > Codel@lists.bufferbloat.net > https://lists.bufferbloat.net/listinfo/codel