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

#include <introspected-doxygen.hpp>

Detailed Description

Config Paths

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

  • "/NodeList/[i]/$ns3::TcpL4Protocol"

Attributes

  • RttEstimatorType: Type of RttEstimator objects.
    • Set with class: TypeIdValue
    • Underlying type: TypeId
    • Initial value: ns3::RttMeanDeviation
    • Flags: construct write read
  • SocketType: Socket type of TCP objects.
    • Set with class: TypeIdValue
    • Underlying type: TypeId
    • Initial value: ns3::TcpCubic
    • Flags: construct write read
  • RecoveryType: Recovery type of TCP objects.
    • Set with class: TypeIdValue
    • Underlying type: TypeId
    • Initial value: ns3::TcpPrrRecovery
    • Flags: construct write read
  • SocketList: The list of sockets associated to this protocol.
    • Set with class: ns3::ObjectPtrContainerValue
    • Underlying type: ns3::Ptr< ns3::TcpSocketBase>
    • Flags: read

Attributes defined in parent class ns3::IpL4Protocol

  • ProtocolNumber: The IP protocol number.
    • Set with class: ns3::IntegerValue
    • Underlying type: int32_t 0:255
    • Flags: read

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


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