|
Bugzilla – Full Text Bug Listing |
| Summary: | TxBuffer and RxBuffer traces don't work | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Tommaso Pecorella <tommaso.pecorella> |
| Component: | tcp | Assignee: | Tommaso Pecorella <tommaso.pecorella> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ns-bugs, tomh |
| Priority: | P5 | ||
| Version: | ns-3-dev | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | Option2 fix | ||
|
Description
Tommaso Pecorella
2015-01-31 04:56:19 UTC
Created attachment 1964 [details]
Option2 fix
This is the patch according to option 2.
The trace sources can be accessed by something like:
Config::ConnectWithoutContext ("/NodeList/1/$ns3::TcpL4Protocol/SocketList/0/TxBuffer/UnackSequence", MakeCallback (&UnackSequenceTracer));
pushed the patch in changeset 11195:0c5e9bfa1b48 |