Bug 2828

Summary: OLSR simple P2P example produces wrong results
Product: ns-3 Reporter: Tommaso Pecorella <tommaso.pecorella>
Component: olsrAssignee: Lalith Suresh <suresh.lalith>
Status: RESOLVED FIXED    
Severity: minor CC: gjcarneiro, ns-bugs
Priority: P3    
Version: ns-3-dev   
Hardware: All   
OS: All   

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