Bug 484 - Make PointToPointChannel::Delay attribute a random variable
: Make PointToPointChannel::Delay attribute a random variable
Status: RESOLVED INVALID
: ns-3
devices
: ns-3-dev
: All All
: P5 enhancement
Assigned To:
:
: api, patch
:
:
  Show dependency treegraph
 
Reported: 2009-02-02 10:16 EDT by
Modified: 2009-02-06 11:31 EDT (History)


Attachments
patch (2.04 KB, patch)
2009-02-02 10:16 EDT, Gustavo J. A. M. Carneiro
Details | Diff


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2009-02-02 10:16:34 EDT
Created an attachment (id=365) [details]
patch

Making PointToPointChannel::Delay attribute a random variable is a very useful
thing to have.  For instance, to emulate an "internet link", where the delay
through the internet cloud is non-deterministic.
------- Comment #1 From 2009-02-06 11:31:35 EDT -------
I am abandoning this change.  PointToPoint is limited to L3 traffic, so I can't
use it.  I tried similar approach in CsmaNetDevice, but it seems that
increasing delay severely affects throughput, so I gave up for now.