Click or drag to resize

RtpsUdpInstTtl Property

The value of the time-to-live (ttl) field of any multicast datagrams sent. This value specifes the number of hops the datagram will traverse before being discarded by the network. The default value of 1 means that all data is restricted to the local network subnet.

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

Property Value

Type: Byte
See Also