ns-3
ns3::RttEstimator Class Reference
Inheritance diagram for ns3::RttEstimator:
Collaboration diagram for ns3::RttEstimator:

List of all members.

Public Member Functions

 RttEstimator (const RttEstimator &)
virtual void SentSeq (SequenceNumber32, uint32_t)
virtual Time AckSeq (SequenceNumber32)
virtual void ClearSent ()
virtual void Measurement (Time t)=0
virtual Time RetransmitTimeout ()=0
void Init (SequenceNumber32 s)
virtual Ptr< RttEstimatorCopy () const =0
virtual void IncreaseMultiplier ()
virtual void ResetMultiplier ()
virtual void Reset ()
void SetMinRto (Time minRto)
Time GetMinRto (void) const
void SetEstimate (Time estimate)
Time GetEstimate (void) const

Static Public Member Functions

static TypeId GetTypeId (void)
 This method returns the TypeId associated to ns3::RttEstimator.

Public Attributes

int64x64_t est
int64x64_t minrto
uint32_t nSamples
double multiplier

Member Function Documentation

TypeId ns3::RttEstimator::GetTypeId ( void  ) [static]

This method returns the TypeId associated to ns3::RttEstimator.

This object is accessible through the following paths with Config::Set and Config::Connect:

  • /NodeList/[i]/DeviceList/[i]/$ns3::AlohaNoackNetDevice/Phy/$ns3::RttEstimator
  • /NodeList/[i]/DeviceList/[i]/$ns3::NonCommunicatingNetDevice/Phy/$ns3::RttEstimator

Attributes defined for this type:

  • MaxMultiplier: XXX
    • Set with class: ns3::DoubleValue
    • Underlying type: double -1.79769e+308:1.79769e+308
    • Initial value: 64
    • Flags: construct write read
  • InitialEstimation: XXX
    • Set with class: TimeValue
    • Underlying type: Time
    • Initial value: +1000000000.0ns
    • Flags: construct write read
  • MinRTO: Minimum retransmit timeout value
    • Set with class: TimeValue
    • Underlying type: Time
    • Initial value: +200000000.0ns
    • Flags: construct write read

No TraceSources defined for this type.

Reimplemented from ns3::Object.

Reimplemented in ns3::RttMeanDeviation.

References ns3::Seconds(), and ns3::TypeId::SetParent().


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