Bug 1963 - AODV can tag the same packet twice (and raise an assert).
AODV can tag the same packet twice (and raise an assert).
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: aodv
ns-3-dev
All All
: P5 normal
Assigned To: ns-bugs
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-08-23 11:31 UTC by Tommaso Pecorella
Modified: 2014-08-23 11:37 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tommaso Pecorella 2014-08-23 11:31:14 UTC
Packets sent on multiple sockets should be copied before the send, otherwise the tags added on one may go in the other one (and cause an assert later on)
Comment 1 Tommaso Pecorella 2014-08-23 11:37:43 UTC
pushed in changeset: 10871:56b912891887

For the records the bug (well, its effects) have been signaled by Rishu Chhabra <rishuchh@gmail.com>