PowerTCP Sockets for .NET
Ttl Field (Echo)




Returns the TTL (time to live) for the packet.
Syntax
'Declaration
 
Public ReadOnly Ttl As Integer
'Usage
 
Dim instance As Echo
Dim value As Integer
 
value = instance.Ttl
public readonly int Ttl
public: readonly int Ttl
public:
readonly int Ttl

Field Value

Returns an integer value representing the TTL for the packet.
Remarks

In practice TTL is decremented at each router the packet arrives at. A packet with a TTL of 0 will be discarded.

See Also

Reference

Echo Class
Echo Members


PowerTCP Sockets for .NET Documentation Version 4.5
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic