From: Mark Sammut <mas30@eecs.qmul.ac.uk>
To: codel@lists.bufferbloat.net
Subject: [Codel] ns-3.15 simulations using CoDel
Date: Sun, 30 Sep 2012 18:23:25 +0200 [thread overview]
Message-ID: <506871FD.5070000@eecs.qmul.ac.uk> (raw)
Hi all,
I am trying to run CoDel simulations using ns-3.15 and Andrew McGregor's
CoDel patch available at http://www.bufferbloat.net/projects/codel/wiki.
For some reason, I am getting all delay and queue length results using
CoDel equal to the results using DropTail. Can anyone indicate reasons
for such performance? I am generating UDP packets using On-Off
applications set as a Poisson Traffic generator on 10 nodes aggregated
on a common node set as the bottleneck node. Below is the part of the
code which implements CoDel.
Config::SetDefault ("ns3::CoDelQueue::Mode", StringValue ("Packets"));
Config::SetDefault ("ns3::CoDelQueue::MaxPackets", UintegerValue
(10000));
Config::SetDefault ("ns3::CoDelQueue::Interval", StringValue ("0.8ms"));
Config::SetDefault ("ns3::CoDelQueue::Target", StringValue ("0.2ms"));
Config::SetDefault ("ns3::CoDelQueue::MinBytes", UintegerValue(1500));
CsmaHelper csma;
csma.SetChannelAttribute ("DataRate", StringValue(LinkRate));
csma.SetChannelAttribute ("Delay", TimeValue (Seconds (0)));
csma.SetQueue ("ns3::CoDelQueue");
Thanks a lot for your help and best regards,
Mark
next reply other threads:[~2012-09-30 16:23 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-30 16:23 Mark Sammut [this message]
2012-09-30 21:57 ` Dave Taht
2013-02-23 6:11 Yishuang Pang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://lists.bufferbloat.net/postorius/lists/codel.lists.bufferbloat.net/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=506871FD.5070000@eecs.qmul.ac.uk \
--to=mas30@eecs.qmul.ac.uk \
--cc=codel@lists.bufferbloat.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox