Bug 2828 - OLSR simple P2P example produces wrong results
OLSR simple P2P example produces wrong results
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: olsr
ns-3-dev
All All
: P3 minor
Assigned To: Lalith Suresh
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2017-11-22 19:42 UTC by Tommaso Pecorella
Modified: 2017-11-22 19:45 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tommaso Pecorella 2017-11-22 19:42:32 UTC
Multiple issues:
1) The source is supposed to send 2 flows, but only one is created.
2) In the source, it is stated that one flow is from node 0 to node 4, but the sink is created in the wrong node.
3) The use of helpers is misleading.

Point 1, in particular, is due to the flows starting at 1 and ending at 10, while OLSR needs more time to propagate the routes.

The patch is kinda obvious.
Comment 1 Tommaso Pecorella 2017-11-22 19:45:57 UTC
fixed in changeset:   13183:892e0ed7fe47