Bugzilla – Bug 1963
AODV can tag the same packet twice (and raise an assert).
Last modified: 2014-08-23 11:37:43 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)
pushed in changeset: 10871:56b912891887 For the records the bug (well, its effects) have been signaled by Rishu Chhabra <rishuchh@gmail.com>