Click or drag to resize

RtpsDiscoveryTtl Property

The value of the time-to-live (ttl) field of multicast datagrams sent as part of discovery. 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.RTPS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public byte Ttl { get; set; }

Property Value

Type: Byte
See Also