Click or drag to resize

TransportInstQueueMessagesPerPool Property

Number of pre-created link (list) objects per pool for the "send queue" of each DataLink. The default value is 10.

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

Property Value

Type: UInt32
Remarks
When backpressure is detected, messages to be sent are queued.When the message queue must grow, it grows by this number.
See Also