UtilTweakingDefaultTTL Property

Gets or sets a value that specifies the default Time to Live (TTL) value in the header of outgoing IP packets.

The TTL determines how long an IP packet that has not reached its destination can remain on the network before it is discarded.

Definition

Namespace: DevCase.Core.Windows.Common
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static byte DefaultTTL { get; set; }

Property Value

Byte
The default Time to Live (TTL) value in the header of outgoing IP packets.

Remarks

See Also