SocketTools .NET Edition

IcmpClient.icmpTimeToLive Field

A constant value which specifies the default time-to-live value.

[Visual Basic]
Public Const icmpTimeToLive As Integer = 255
[C#]
public const int icmpTimeToLive = 255;

Remarks

This determines the maximum number of times that a packet will be forwarded from one system to another while en route to its destination. The minimum time-to-live value is 1, the maximum is 255. The default value is 255, and typical applications should use a time-to-live value of at least 30.

See Also

IcmpClient Class | SocketTools Namespace