EnhancedL47RawTcpSettings Object


Description:

Specifies Enhanced L4-7 RAW TCP settings.

Parents: EnhancedL47Config

EnhancedL47RawTcpSettings Writable Attributes

Attribute Description
Common Writable Attributes Active, Name
CloseType

Specifies the close type for the stream.

Type: enum

Default: PRESERVE

Possible Values:

Value Description
PRESERVE

Preserve the connection close type

CLIENT_FIN

Close with FIN from Client to Server.

SERVER_FIN

Close with FIN from Server to Client.

CLIENT_RST

Close with RST from Client to Server.

SERVER_RST

Close with RST from Server to Client.

CustomDelayInMs

Specifies the delay between packets for the stream.

Type: u32

Default: 500

Range: 1 - 1000

MinDelayInMs

Specifies the minimum delay between packets for the stream.

Type: u32

Default: 500

Range: 1 - 1000

PacketDelay

Specifies the delay between packets for the stream.

Type: enum

Default: PRESERVE

Possible Values:

Value Description
PRESERVE

Preserve the packet delay.

NO_DELAY

No specific delay between packets, send packets as soon as possible.

CUSTOM

Specified delay between packets

MINIMUM

Specified minimum delay between packets

ServerTcpPort

Server TCP port

Type: u16

Default: 80

Range: 1 - 65535

TestDataSize

Raw TCP Test Data Size in KB

Type: u64

Default: 100000

Range: 1 - 10000000

TrafficDirection

Raw TCP Traffic Direction

Type: enum

Default: TX_AND_RX

Possible Values:

Value Description
TX_AND_RX

Enhanced L4-L7 traffic dir for Rx and Tx

TX_ONLY

Enhanced L4-L7 traffic dir Only Tx

RX_ONLY

Enhanced L4-L7 traffic dir Only Rx

EnhancedL47RawTcpSettings Read-Only Attributes

There are no read-only attributes.