CoDel AQM discussions
 help / color / mirror / Atom feed
* [Codel] ns2 simulations of sfq_codel
@ 2013-01-14  3:57 Anirudh Sivaraman
  2013-01-14  4:15 ` Kathleen Nichols
  0 siblings, 1 reply; 3+ messages in thread
From: Anirudh Sivaraman @ 2013-01-14  3:57 UTC (permalink / raw)
  To: codel

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-01-14  4:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-14  3:57 [Codel] ns2 simulations of sfq_codel Anirudh Sivaraman
2013-01-14  4:15 ` Kathleen Nichols
2013-01-14  4:28   ` Anirudh Sivaraman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox