an application which sends one ICMP ECHO request, waits for a REPLYs and reports the calculated RTT. More...
#include <v4ping.h>


Public Member Functions | |
| V4Ping () | |
Static Public Member Functions | |
| static TypeId | GetTypeId (void) |
| This method returns the TypeId associated to ns3::V4Ping. | |
an application which sends one ICMP ECHO request, waits for a REPLYs and reports the calculated RTT.
Note: The RTT calculated is reported through a trace source.
| ns3::V4Ping::V4Ping | ( | ) |
create a pinger applications
| static TypeId ns3::V4Ping::GetTypeId | ( | void | ) | [static] |
This method returns the TypeId associated to ns3::V4Ping.
This object is accessible through the following paths with Config::Set and Config::Connect:
Attributes defined for this type:
Attributes defined in parent class ns3::Application:
TraceSources defined for this type:
Reimplemented from ns3::Application.
1.7.1