A ping report provides all of the data that is typically output to the terminal when the application stops, including number sent and received and the RTT statistics. More...
#include "ping.h"
Collaboration diagram for ns3::Ping::PingReport:Public Attributes | |
| Time | m_duration {0} |
| Duration of the application. | |
| uint16_t | m_loss {0} |
| Percentage of lost packets (decimal value 0-100) | |
| uint32_t | m_received {0} |
| Number of echo replies received. | |
| double | m_rttAvg {0} |
| rtt avg value | |
| double | m_rttMax {0} |
| rtt max value | |
| double | m_rttMdev {0} |
| rtt mdev value | |
| double | m_rttMin {0} |
| rtt min value | |
| uint32_t | m_transmitted {0} |
| Number of echo requests sent. | |
A ping report provides all of the data that is typically output to the terminal when the application stops, including number sent and received and the RTT statistics.
| Time ns3::Ping::PingReport::m_duration {0} |
| uint16_t ns3::Ping::PingReport::m_loss {0} |
| uint32_t ns3::Ping::PingReport::m_received {0} |
| uint32_t ns3::Ping::PingReport::m_transmitted {0} |
Number of echo requests sent.
Definition at line 82 of file ping.h.
Referenced by ns3::Ping::PrintReport().