[Ns-bugs] [Bug 624] Unable to modify packet tag in RouteInput ()

code@nsnam.ece.gatech.edu code at nsnam.ece.gatech.edu
Mon Jul 6 15:32:01 PDT 2009


http://www.nsnam.org/bugzilla/show_bug.cgi?id=624


Tom Henderson <tomh at tomh.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tomh at tomh.org




--- Comment #4 from Tom Henderson <tomh at tomh.org>  2009-07-06 18:32:00 EDT ---
Can you not do a 
Ptr<Packet> p = packet->Copy();
and get a non-const packet to work with?  That is the API convention that I
tried to align RouteInput() with.  See, for instance,
Ipv4L3Protocol::LocalDeliver ().


-- 
Configure bugmail: http://www.nsnam.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Ns-bugs mailing list