|
Bugzilla – Full Text Bug Listing |
| Summary: | Make PointToPointChannel::Delay attribute a random variable | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Gustavo J. A. M. Carneiro <gjcarneiro> |
| Component: | devices | Assignee: | ns-bugs <ns-bugs> |
| Status: | RESOLVED INVALID | ||
| Severity: | enhancement | Keywords: | api, patch |
| Priority: | P5 | ||
| Version: | ns-3-dev | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | patch | ||
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. |
Created attachment 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.