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 |
Helper class to store RTT measurements.
Definition at line 43 of file ndn-rtt-estimator.hpp.
ns3::ndn::RttHistory::RttHistory | ( | SequenceNumber32 | s, |
uint32_t | c, | ||
Time | t | ||
) |
Definition at line 106 of file ndn-rtt-estimator.cpp.
ns3::ndn::RttHistory::RttHistory | ( | const RttHistory & | h | ) |
Definition at line 115 of file ndn-rtt-estimator.cpp.
SequenceNumber32 ns3::ndn::RttHistory::seq |
Definition at line 48 of file ndn-rtt-estimator.hpp.
Referenced by ns3::ndn::RttEstimator::AckSeq().
uint32_t ns3::ndn::RttHistory::count |
Definition at line 49 of file ndn-rtt-estimator.hpp.
Referenced by ns3::ndn::RttEstimator::AckSeq().
Time ns3::ndn::RttHistory::time |
Definition at line 50 of file ndn-rtt-estimator.hpp.
Referenced by ns3::ndn::RttEstimator::AckSeq().
bool ns3::ndn::RttHistory::retx |
Definition at line 51 of file ndn-rtt-estimator.hpp.
Referenced by ns3::ndn::RttEstimator::AckSeq().