A Discrete-Event Network Simulator
API
V4Ping Class Reference

#include "introspected-doxygen.h"

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

  • 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: constructwriteread
  • Remote: The address of the machine we want to ping.
  • 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: constructwriteread
  • Verbose: Produce usual output.
    • Set with class: ns3::BooleanValue
    • Underlying type: bool
    • Initial value: false
    • Flags: constructwriteread

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: constructwriteread
  • 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: constructwriteread

TraceSources

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


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