Helper class to store RTT measurements. More...
#include <rtt-estimator.h>
Collaboration diagram for ns3::RttHistory:Public Member Functions | |
| RttHistory (SequenceNumber32 s, uint32_t c, Time t) | |
| RttHistory (const RttHistory &h) | |
Public Attributes | |
| uint32_t | count |
| bool | retx |
| SequenceNumber32 | seq |
| Time | time |
Helper class to store RTT measurements.
Definition at line 40 of file rtt-estimator.h.
| ns3::RttHistory::RttHistory | ( | SequenceNumber32 | s, |
| uint32_t | c, | ||
| Time | t | ||
| ) |
Definition at line 93 of file rtt-estimator.cc.
References NS_LOG_FUNCTION.
| ns3::RttHistory::RttHistory | ( | const RttHistory & | h | ) |
Definition at line 99 of file rtt-estimator.cc.
References NS_LOG_FUNCTION.
| uint32_t ns3::RttHistory::count |
Definition at line 46 of file rtt-estimator.h.
Referenced by ns3::RttEstimator::AckSeq().
| bool ns3::RttHistory::retx |
Definition at line 48 of file rtt-estimator.h.
Referenced by ns3::RttEstimator::AckSeq().
| SequenceNumber32 ns3::RttHistory::seq |
Definition at line 45 of file rtt-estimator.h.
Referenced by ns3::RttEstimator::AckSeq().
| Time ns3::RttHistory::time |
Definition at line 47 of file rtt-estimator.h.
Referenced by ns3::RttEstimator::AckSeq().