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.
Namespace: DevCase.Core.Windows.CommonAssembly: 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; }
Public Shared Property DefaultTTL As Byte
Get
Set
Dim value As Byte
value = UtilTweaking.DefaultTTL
UtilTweaking.DefaultTTL = value
public:
static property unsigned char DefaultTTL {
unsigned char get ();
void set (unsigned char value);
}
static member DefaultTTL : byte with get, set
No code example is currently available or this language may not be supported.
Property Value
Byte
The default Time to Live (TTL) value in the header of outgoing IP packets.