NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
ns3::V4Ping Class Reference

#include <introspected-doxygen.hpp>

Detailed Description

Config Paths

ns3::V4Ping is accessible through the following paths with Config::Set and Config::Connect:

  • "/NodeList/[i]/ApplicationList/[i]/$ns3::V4Ping"

Attributes

  • Remote: The address of the machine we want to ping.
    • Set with class: Ipv4AddressValue
    • Underlying type: Ipv4Address
    • Initial value: 102.102.102.102
    • Flags: construct write read
  • Verbose: Produce usual output.
    • Set with class: BooleanValue
    • Underlying type: bool
    • Initial value: false
    • Flags: construct write read
  • Interval: Wait interval seconds between sending each packet.
    • Set with class: ns3::TimeValue
    • Underlying type: Time -9.22337e+18ns:+9.22337e+18ns
    • Initial value: +1e+09ns
    • Flags: construct write read
  • Size: The number of data bytes to be sent, real packet will be 8 (ICMP) + 20 (IP) bytes longer.
    • Set with class: ns3::UintegerValue
    • Underlying type: uint32_t 16:4294967295
    • Initial value: 56
    • Flags: construct write read

Attributes defined in parent class ns3::Application

  • StartTime: Time at which the application will start
    • Set with class: ns3::TimeValue
    • Underlying type: Time -9.22337e+18ns:+9.22337e+18ns
    • Initial value: +0ns
    • Flags: construct write read
  • StopTime: Time at which the application will stop
    • Set with class: ns3::TimeValue
    • Underlying type: Time -9.22337e+18ns:+9.22337e+18ns
    • Initial value: +0ns
    • Flags: construct write read

TraceSources

  • Rtt: The rtt calculated by the ping.
    Callback signature: ns3::Time::TracedCallback

Size of this type is 512 bytes (on a 64-bit architecture).


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