Bug 1963

Summary: AODV can tag the same packet twice (and raise an assert).
Product: ns-3 Reporter: Tommaso Pecorella <tommaso.pecorella>
Component: aodvAssignee: ns-bugs <ns-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P5    
Version: ns-3-dev   
Hardware: All   
OS: All   

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>