[Ns-bugs] [Bug 67] separation of TCP and IP headers
bugzilla-daemon@nsnam-www.ece.gatech.edu
bugzilla-daemon at nsnam-www.ece.gatech.edu
Tue Aug 7 21:08:19 PDT 2007
http://www.nsnam.org/bugzilla/show_bug.cgi?id=67
tomh at tomh.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Comment #1 from tomh at tomh.org 2007-08-08 00:08 -------
Toby,
If you want to follow up on this discussion, please send it to ns-developers
list.
we do plan to have more faithful representation of transport and IP headers in
ns-3. the packet format is natively serialized for emulation, so you should
have access to change whatever fields you want, but typically through a C++
class that provides access methods on the header fields. Actually, the current
code in ns-3-dev for Ipv4 and UDP should show an example of this.
Here is some more on the ns-3 packet design:
http://www.nsnam.org/docs/architecture/node25.html
--
Configure bugmail: http://www.nsnam.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Ns-bugs
mailing list