TPKT.ComplexForward.Count

Specifies the number of condition sets for the system when sending ThroughPacket packets.

Syntax

TPKT.ComplexForward.Count = numconditions

Access

Read/Write

Type

Integer

Default

None.

Allowed values

8

Example

TPKT.ComplexForward.Count = 8

Details

These condition sets are defined by TPKT.ComplexForward[x].LifeTimeTicks, TPKT.ComplexForward[x].DestinationPacketSize keyword pairs.

This value must always be set to 8, so you must always specify eight TPKT.ComplexForward[x].LifeTimeTicks, TPKT.ComplexForward[x].DestinationPacketSize keyword pairs. However, if you do not want to define eight conditions, you can define NULL conditions by setting the TPKT.ComplexForward[x].DestinationPacketSize keywords to 0 as shown in the following example:

TPKT.NumberOfComplexForwardConditions = 4           
TPKT.ComplexForward.Count = 8                       
TPKT.ComplexForward[0].LifeTimeTicks = 0
TPKT.ComplexForward[0].DestinationPacketSize = 1440
TPKT.ComplexForward[1].LifeTimeTicks = 1 
TPKT.ComplexForward[1].DestinationPacketSize = 980
TPKT.ComplexForward[2].LifeTimeTicks = 2 
TPKT.ComplexForward[2].DestinationPacketSize = 700    
TPKT.ComplexForward[3].LifeTimeTicks = 3
TPKT.ComplexForward[3].DestinationPacketSize = 1
TPKT.ComplexForward[4].LifeTimeTicks = 0 
TPKT.ComplexForward[4].DestinationPacketSize = 0
TPKT.ComplexForward[5].LifeTimeTicks = 0
TPKT.ComplexForward[5].DestinationPacketSize = 0
TPKT.ComplexForward[6].LifeTimeTicks = 0
TPKT.ComplexForward[6].DestinationPacketSize = 0 
TPKT.ComplexForward[7].LifeTimeTicks = 0   
TPKT.ComplexForward[7].DestinationPacketSize = 0

For information about the Clarent ThroughPacket multiplexing algorithm and its implementation in Fusion software, refer to the Fusion Developer's Manual.

See also

TPKT.ComplexRxPort, TPKT.ComplexTxPort, TPKT.NumberOfComplexForwardConditions