Click or drag to resize

TransportInstQueueInitialPools Property

The initial number of pools for the backpressure queue. The default value is 5.

Namespace:  OpenDDSharp.OpenDDS.DCPS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public uint QueueInitialPools { get; set; }

Property Value

Type: UInt32
Remarks
The default settings of the two backpressure queue values preallocate space for 50 messages(5 pools of 10 messages).
See Also