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

#include <introspected-doxygen.hpp>

Detailed Description

Config Paths

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

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

Attributes

  • LeaseTime: Lease for which address will be leased.
    • Set with class: ns3::TimeValue
    • Underlying type: Time -9.22337e+18ns:+9.22337e+18ns
    • Initial value: +3e+10ns
    • Flags: construct write read
  • RenewTime: Time after which client should renew.
    • Set with class: ns3::TimeValue
    • Underlying type: Time -9.22337e+18ns:+9.22337e+18ns
    • Initial value: +1.5e+10ns
    • Flags: construct write read
  • RebindTime: Time after which client should rebind.
    • Set with class: ns3::TimeValue
    • Underlying type: Time -9.22337e+18ns:+9.22337e+18ns
    • Initial value: +2.5e+10ns
    • Flags: construct write read
  • PoolAddresses: Pool of addresses to provide on request.
    • Set with class: Ipv4AddressValue
    • Underlying type: Ipv4Address
    • Initial value: 102.102.102.102
    • Flags: construct write read
  • FirstAddress: The First valid address that can be given.
    • Set with class: Ipv4AddressValue
    • Underlying type: Ipv4Address
    • Initial value: 102.102.102.102
    • Flags: construct write read
  • LastAddress: The Last valid address that can be given.
    • Set with class: Ipv4AddressValue
    • Underlying type: Ipv4Address
    • Initial value: 102.102.102.102
    • Flags: construct write read
  • PoolMask: Mask of the pool of addresses.
    • Set with class: Ipv4MaskValue
    • Underlying type: Ipv4Mask
    • Initial value: 102.102.102.102
    • Flags: construct write read
  • Gateway: Address of default gateway
    • Set with class: Ipv4AddressValue
    • Underlying type: Ipv4Address
    • Initial value: 102.102.102.102
    • 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

No TraceSources are defined for this type.
Size of this type is 296 bytes (on a 64-bit architecture).


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