NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
ns3::ndn::RttHistory Class Reference

Helper class to store RTT measurements. More...

#include <ndn-rtt-estimator.hpp>

Public Member Functions

 RttHistory (SequenceNumber32 s, uint32_t c, Time t)
 
 RttHistory (const RttHistory &h)
 

Public Attributes

SequenceNumber32 seq
 
uint32_t count
 
Time time
 
bool retx
 

Detailed Description

Helper class to store RTT measurements.

Definition at line 43 of file ndn-rtt-estimator.hpp.

Constructor & Destructor Documentation

◆ RttHistory() [1/2]

ns3::ndn::RttHistory::RttHistory ( SequenceNumber32  s,
uint32_t  c,
Time  t 
)

Definition at line 106 of file ndn-rtt-estimator.cpp.

◆ RttHistory() [2/2]

ns3::ndn::RttHistory::RttHistory ( const RttHistory h)

Definition at line 115 of file ndn-rtt-estimator.cpp.

Member Data Documentation

◆ seq

SequenceNumber32 ns3::ndn::RttHistory::seq

Definition at line 48 of file ndn-rtt-estimator.hpp.

Referenced by ns3::ndn::RttEstimator::AckSeq().

◆ count

uint32_t ns3::ndn::RttHistory::count

Definition at line 49 of file ndn-rtt-estimator.hpp.

Referenced by ns3::ndn::RttEstimator::AckSeq().

◆ time

Time ns3::ndn::RttHistory::time

Definition at line 50 of file ndn-rtt-estimator.hpp.

Referenced by ns3::ndn::RttEstimator::AckSeq().

◆ retx

bool ns3::ndn::RttHistory::retx

Definition at line 51 of file ndn-rtt-estimator.hpp.

Referenced by ns3::ndn::RttEstimator::AckSeq().


The documentation for this class was generated from the following files: