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

#include <introspected-doxygen.hpp>

Detailed Description

Config Paths

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

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

Attributes

  • SendSize: The amount of data to send each time.
    • Set with class: ns3::UintegerValue
    • Underlying type: uint32_t 1:4294967295
    • Initial value: 512
    • Flags: construct write read
  • Remote: The address of the destination
    • Set with class: AddressValue
    • Underlying type: Address
    • Initial value: 00-00-00
    • Flags: construct write read
  • Local: The Address on which to bind the socket. If not set, it is generated automatically.
    • Set with class: AddressValue
    • Underlying type: Address
    • Initial value: 00-00-00
    • Flags: construct write read
  • MaxBytes: The total number of bytes to send. Once these bytes are sent, no data is sent again. The value zero means that there is no limit.
    • Set with class: ns3::UintegerValue
    • Underlying type: uint64_t 0:18446744073709551615
    • Initial value: 0
    • Flags: construct write read
  • Protocol: The type of protocol to use.
    • Set with class: TypeIdValue
    • Underlying type: TypeId
    • Initial value: ns3::TcpSocketFactory
    • Flags: construct write read
  • EnableSeqTsSizeHeader: Add SeqTsSizeHeader to each packet
    • Set with class: BooleanValue
    • Underlying type: bool
    • Initial value: false
    • 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

  • Tx: A new packet is sent
    Callback signature: ns3::Packet::TracedCallback
  • TxWithSeqTsSize: A new packet is created with SeqTsSizeHeader
    Callback signature: ns3::PacketSink::SeqTsSizeCallback

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


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