Helper to track application-level sequence numbers (approximated from TCP ACKs) More...
#include <ipv4-seqs-app-tracer.h>
Public Member Functions | |
Ipv4SeqsAppTracer (boost::shared_ptr< std::ostream > os, Ptr< Node > node) | |
virtual void | PrintHeader (std::ostream &os) const |
virtual void | Print (std::ostream &os) const |
virtual void | Rx (std::string context, const Ipv4Header &, Ptr< const Packet >, uint32_t) |
virtual void | Tx (std::string context, const Ipv4Header &, Ptr< const Packet >, uint32_t) |
Public Member Functions inherited from ns3::Ipv4AppTracer | |
Ipv4AppTracer (Ptr< Node > node) | |
void | Connect () |
Static Public Member Functions | |
static boost::tuple < boost::shared_ptr < std::ostream >, std::list < Ptr< Ipv4SeqsAppTracer > > > | InstallAll (const std::string &file) |
Helper method to install tracers on all simulation nodes. More... | |
Protected Member Functions | |
void | Reset () |
Protected Attributes | |
boost::shared_ptr< std::ostream > | m_os |
Protected Attributes inherited from ns3::Ipv4AppTracer | |
std::string | m_node |
Ptr< Node > | m_nodePtr |
Helper to track application-level sequence numbers (approximated from TCP ACKs)
Definition at line 34 of file ipv4-seqs-app-tracer.h.
|
static |
Helper method to install tracers on all simulation nodes.
file | File to which traces will be written |
Definition at line 52 of file ipv4-seqs-app-tracer.cc.