Click or drag to resize

TransportInstOptimumPacketSize Property

Optimum size (in bytes) of a packet (packet header + sample(s)). The default value is 4096.

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

Property Value

Type: UInt32
Remarks
Transport packets greater than this size will be sent over the wire even if there are still queued samples to be sent. This value may impact performance depending on your network confguration and application nature.
See Also