|
Bugzilla – Full Text Bug Listing |
| Summary: | separation of TCP and IP headers | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Toby Moncaster <toby.moncaster> |
| Component: | internet | Assignee: | ns-bugs <ns-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | Keywords: | feature-request |
| Priority: | P5 | ||
| Version: | pre-release | ||
| Hardware: | PC | ||
| OS: | Linux | ||
|
Description
Toby Moncaster
2007-08-07 10:48:20 UTC
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 |