|
Bugzilla – Full Text Bug Listing |
| Summary: | [PATCH] API and functionality for marking TOS bytes in packets | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Antti Mäkelä <antti.makela> |
| Component: | internet | Assignee: | Tommaso Pecorella <tommaso.pecorella> |
| Status: | PATCH PENDING --- | ||
| Severity: | normal | CC: | tomh |
| Priority: | P5 | ||
| Version: | pre-release | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: |
Marking API for Ipv4.
Example code on how to use marking. |
||
|
Description
Antti Mäkelä
2010-04-27 03:14:51 UTC
Created attachment 850 [details]
Example code on how to use marking.
Check the pcap outputs for the center node.
Sorry for the tardy review. I think it is useful but I wonder whether it is not general enough (since it is limited to the input interface in a forwarding situation only) and will conflict with other API whenever someone gets around to finishing off the netfilter support: http://code.nsnam.org/adrian/ns-3-netfilter/ (In reply to comment #2) > Sorry for the tardy review. I think it is useful but I wonder whether it is > not general enough (since it is limited to the input interface in a forwarding > situation only) and will conflict with other API whenever someone gets around > to finishing off the netfilter support: > http://code.nsnam.org/adrian/ns-3-netfilter/ Ok - well, this is something that I sort of needed "right now" and thought others might find it beneficial as well. If Netfilter provides better functionality (when it's finished) then great :) need to consider this again in context of new traffic control module |