TestConnectionCommand.TimeToLive Property

Definition

The following is the definition of the input parameter "TimeToLive". Life span of the packet in seconds. The value is treated as an upper limit. All routers must decrement this value by 1 (one). When this value becomes 0 (zero), the packet is dropped by the router. The default value is 80 seconds. The hops between routers rarely take this amount of time.

public int TimeToLive { get; set; }
member this.TimeToLive : int with get, set
Public Property TimeToLive As Integer

Property Value

Applies to