Class CIM_TCPSettings
extends CIM_SettingData

TCPSettings defines settings for a single TCPProtocolEndpoint or a group of TCPProtocolEndpoints which belongs to the transport layer of the ComputerSystem or more granular to the TCP NetworkPipe. TCPSettings class defines the attributes that affect the behavior of TCPProtocolEndpoint(s). The attributes are tied to the TCPProtocolEndpoint(s) though an ElementSettingData association.

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_SettingData
   |
   +--CIM_TCPSettings

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringTCPSettings defines settings for a single TCPProtocolEndpoint or a group of TCPProtocolEndpoints which belongs to the transport layer of the ComputerSystem or more granular to the TCP NetworkPipe. TCPSettings class defines the attributes that affect the behavior of TCPProtocolEndpoint(s). The attributes are tied to the TCPProtocolEndpoint(s) though an ElementSettingData association.
Experimentalbooleantrue
UMLPackagePathstringCIM::Network::ChannelExtender
Versionstring2.8.1000

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
RetransmissionTimeoutAlgorithmuint16
DescriptionstringThe Algorithm used to determine the timeout value used for retransmitting unacknowledged octets. (1) Other - none of the following (2) constant - a constant rto (3) rsre - MIL-STD-1778, Appendix B (4) vanj - Van Jacobson's Algorithm.
MappingStringsstringMIB.IETF|TCP-MIB.tcpRtoAlgorithm
ValueMapstring1, 2, 3, 4
ValuesstringOther, Constant, Rsre, Vanj
RetransmissionTimeoutMaxuint16
DescriptionstringThe maximum value permitted by a TCP implementation for the retransmission timeout, measured in milliseconds. More refined semantics for objects of this type depend upon the algorithm used to determine the retransmission timeout. In particular, when the timeout algorithm is rsre (3), an object of this type has the semantics of the UBOUND quantity described in RFC 793.
MappingStringsstringMIB.IETF|TCP-MIB.tcpRtoMax
PUnitstringsecond * 10^-3
UnitsstringMilliSeconds
RetransmissionTimeoutMinuint16
DescriptionstringThe minimum value permitted by a TCP implementation for the retransmission timeout, measured in milliseconds. More refined semantics for objects of this type depend upon the algorithm used to determine the retransmission timeout. In particular, when the timeout algorithm is rsre (3), an object of this type has the semantics of the LBOUND quantity described in RFC 793.
MappingStringsstringMIB.IETF|TCP-MIB.tcpRtoMin
PUnitstringsecond * 10^-3
UnitsstringMilliSeconds

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
ChangeableTypeuint16CIM_SettingData
ConfigurationNamestringCIM_SettingData
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_SettingData
Generationuint64CIM_ManagedElement
InstanceIDstringCIM_SettingData
SoIDstringCIM_SettingData
SoOrgIDstringCIM_SettingData
ComponentSettingstring[]CIM_SettingData

Class Methods