![]() |
TransportInst Class |
Namespace: OpenDDSharp.OpenDDS.DCPS
The TransportInst type exposes the following members.
Name | Description | |
---|---|---|
![]() | DatalinkControlChunks |
The number of chunks used to size allocators for transport control
samples. The default value is 32.
|
![]() | DatalinkReleaseDelay |
Delay in milliseconds that the datalink should be released after all
associations are removed. The default value is 10 seconds.
|
![]() | MaxPacketSize |
The maximum size of a transport packet, including
its transport header, sample header, and sample data.
The default value is 2147481599.
|
![]() | MaxSamplesPerPacket |
Maximum number of samples in a transport packet.
The default value is 10.
|
![]() | Name |
Gets the configuration's name.
|
![]() | OptimumPacketSize |
Optimum size (in bytes) of a packet (packet header + sample(s)).
The default value is 4096.
|
![]() | QueueInitialPools |
The initial number of pools for the backpressure
queue. The default value is 5.
|
![]() | QueueMessagesPerPool |
Number of pre-created link (list) objects per pool for the
"send queue" of each DataLink. The default value is 10.
|
![]() | ThreadPerConnection |
Enable or disable the thread per connection send
strategy. By default, this option is disabled (false).
|
![]() | TransportType |
Type of the transport; tcp, udp, multicast,
shmem, and rtps_udp are included with OpenDDSharp.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |