RawTcpClientProtocolProfile Object


Description:

Raw TCP protocol traffic-specific attributes for a raw TCP endpoint.

Parents: ClientProfile

RawTcpClientProtocolProfile Writable Attributes

Attribute Description
Common Writable Attributes Active, Name
EnablePipelining

Whether the client should pipeline raw TCP requests to the server.

Type: bool

Default: TRUE

Possible Values:

Value Description
TRUE

Pipeline raw TCP requests.

FALSE

Do not pipeline raw TCP requests.

MaxPipelineDepth

Maximum depth of raw TCP request pipeline.

Type: u8

Default: 8

Range: 1 - 255

TcpPortNum

Starting TCP port number to be used for connections.

Type: u16

Default: 40000

Range: 1 - 65535

TcpPortNumList

List of TCP port numbers. Used when the UseTcpPortRange attribute is set to FALSE.

Type: u16

Default: 0

Range: 1 - 65535

TcpPortNumRepeatCount

Number of times to re-use the current TCP port number.

Type: s16

Default: 0

TcpPortNumStep

Increment/decrement for TCP port number to be used for connections.

Type: s16

Default: 1

UseTcpPortRange

Whether to specify TCP ports with a range or a list.

Type: bool

Default: TRUE

Possible Values:

Value Description
TRUE

Use a range.

FALSE

Use a list.

RawTcpClientProtocolProfile Read-Only Attributes

There are no read-only attributes.