NS-3 based Named Data Networking (NDN) simulator
ndnSIM: NDN, CCN, CCNx, content centric networks
API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
All GlobalValues
  • SimulatorImplementationType: The object class to use as the simulator implementation. Default value: ns3::DefaultSimulatorImpl.
  • SchedulerType: The object class to use as the scheduler implementation. Default value: ns3::MapScheduler.
  • RngSeed: The global seed of all rng streams. Default value: 1.
  • RngRun: The run number used to modify the global seed. Default value: 1.
  • ChecksumEnabled: A global switch to enable all checksums for all protocols. Default value: false.
  • ::WireFormat ndn::WireFormat: Default wire format for ndnSIM. ndnSIM will be accepting packets in any supported packet formats, but if encoding requested, it will use default wire format to encode (0 for ndnSIM (default), 1 for CCNb). Default value: 0.