[Ns-bugs] [Bug 592] pointer to packet likely needed for RouteOutput() call

code@nsnam.ece.gatech.edu code at nsnam.ece.gatech.edu
Mon Jun 15 07:12:09 PDT 2009


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


Josh Pelkey <jpelkey at gatech.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jpelkey at gatech.edu




--- Comment #2 from Josh Pelkey <jpelkey at gatech.edu>  2009-06-15 10:12:09 EDT ---
Currently I am using Ptr<Packet> in the RouteOutput signature because I am
actually adding a NixVector pointer to the packet (rather than using packet
tags).  If packet tags were used in the future for nix-vector routing, then a
const packet could work, but I ran into some problems with packet tags (my base
nix-vector, ie. no entries, is already > 20 bytes).  So I took a simpler
approach for now just so I could try to get it working.


-- 
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