A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::Ping::EchoRequestData Class Reference

Sent echo request data. More...

+ Collaboration diagram for ns3::Ping::EchoRequestData:

Public Member Functions

 EchoRequestData (Time txTimePar, bool ackedPar)
 Constructor.
 

Public Attributes

bool acked {false}
 True if packet has been acknowledged.
 
Time txTime
 Tx time.
 

Detailed Description

Sent echo request data.

Definition at line 245 of file ping.h.

Constructor & Destructor Documentation

◆ EchoRequestData()

ns3::Ping::EchoRequestData::EchoRequestData ( Time  txTimePar,
bool  ackedPar 
)
inline

Constructor.

Parameters
txTimeParEcho request Tx time.
ackedParTrue if the Echo request has been acknowledged at least once.

Definition at line 253 of file ping.h.

Member Data Documentation

◆ acked

bool ns3::Ping::EchoRequestData::acked {false}

True if packet has been acknowledged.

Definition at line 260 of file ping.h.

◆ txTime

Time ns3::Ping::EchoRequestData::txTime

Tx time.

Definition at line 259 of file ping.h.


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