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

#include <introspected-doxygen.hpp>

Detailed Description

Config Paths

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

  • "/NodeList/[i]/ApplicationList/[i]/$ns3::ThreeGppHttpClient/Variables"
  • "/NodeList/[i]/ApplicationList/[i]/$ns3::ThreeGppHttpServer/Variables"

Attributes

  • RequestSize: The constant size of HTTP request packet (in bytes).
    • Set with class: ns3::UintegerValue
    • Underlying type: uint32_t 0:4294967295
    • Initial value: 328
    • Flags: construct write
  • MainObjectGenerationDelay: The constant time needed by HTTP server to generate a main object as a response.
    • Set with class: ns3::TimeValue
    • Underlying type: Time -9.22337e+18ns:+9.22337e+18ns
    • Initial value: +0ns
    • Flags: construct write
  • MainObjectSizeMean: The mean of main object sizes (in bytes).
    • Set with class: ns3::UintegerValue
    • Underlying type: uint32_t 0:4294967295
    • Initial value: 10710
    • Flags: construct write
  • MainObjectSizeStdDev: The standard deviation of main object sizes (in bytes).
    • Set with class: ns3::UintegerValue
    • Underlying type: uint32_t 0:4294967295
    • Initial value: 25032
    • Flags: construct write
  • MainObjectSizeMin: The minimum value of main object sizes (in bytes).
    • Set with class: ns3::UintegerValue
    • Underlying type: uint32_t 22:4294967295
    • Initial value: 100
    • Flags: construct write read
  • MainObjectSizeMax: The maximum value of main object sizes (in bytes).
    • Set with class: ns3::UintegerValue
    • Underlying type: uint32_t 0:4294967295
    • Initial value: 2000000
    • Flags: construct write read
  • EmbeddedObjectGenerationDelay: The constant time needed by HTTP server to generate an embedded object as a response.
    • Set with class: ns3::TimeValue
    • Underlying type: Time -9.22337e+18ns:+9.22337e+18ns
    • Initial value: +0ns
    • Flags: construct write
  • EmbeddedObjectSizeMean: The mean of embedded object sizes (in bytes).
    • Set with class: ns3::UintegerValue
    • Underlying type: uint32_t 0:4294967295
    • Initial value: 7758
    • Flags: construct write
  • EmbeddedObjectSizeStdDev: The standard deviation of embedded object sizes (in bytes).
    • Set with class: ns3::UintegerValue
    • Underlying type: uint32_t 0:4294967295
    • Initial value: 126168
    • Flags: construct write
  • EmbeddedObjectSizeMin: The minimum value of embedded object sizes (in bytes).
    • Set with class: ns3::UintegerValue
    • Underlying type: uint32_t 22:4294967295
    • Initial value: 50
    • Flags: construct write read
  • EmbeddedObjectSizeMax: The maximum value of embedded object sizes (in bytes).
    • Set with class: ns3::UintegerValue
    • Underlying type: uint32_t 0:4294967295
    • Initial value: 2000000
    • Flags: construct write read
  • NumOfEmbeddedObjectsMax: The upper bound parameter of Pareto distribution for the number of embedded objects per web page. The actual maximum value is this value subtracted by the scale parameter.
    • Set with class: ns3::UintegerValue
    • Underlying type: uint32_t 0:4294967295
    • Initial value: 55
    • Flags: construct write
  • NumOfEmbeddedObjectsShape: The shape parameter of Pareto distribution for the number of embedded objects per web page.
    • Set with class: ns3::DoubleValue
    • Underlying type: double -1.79769e+308:1.79769e+308
    • Initial value: 1.1
    • Flags: construct write
  • NumOfEmbeddedObjectsScale: The scale parameter of Pareto distribution for the number of embedded objects per web page.
    • Set with class: ns3::UintegerValue
    • Underlying type: uint32_t 0:4294967295
    • Initial value: 2
    • Flags: construct write
  • ReadingTimeMean: The mean of reading time.
    • Set with class: ns3::TimeValue
    • Underlying type: Time -9.22337e+18ns:+9.22337e+18ns
    • Initial value: +3e+10ns
    • Flags: construct write
  • ParsingTimeMean: The mean of parsing time.
    • Set with class: ns3::TimeValue
    • Underlying type: Time -9.22337e+18ns:+9.22337e+18ns
    • Initial value: +1.3e+08ns
    • Flags: construct write
  • LowMtuSize: The lower MTU size.
    • Set with class: ns3::UintegerValue
    • Underlying type: uint32_t 0:4294967295
    • Initial value: 536
    • Flags: construct write read
  • HighMtuSize: The higher MTU size.
    • Set with class: ns3::UintegerValue
    • Underlying type: uint32_t 0:4294967295
    • Initial value: 1460
    • Flags: construct write read
  • HighMtuProbability: The probability that higher MTU size is used.
    • Set with class: ns3::DoubleValue
    • Underlying type: double 0:1
    • Initial value: 0.76
    • Flags: construct write read

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


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