Internet Direct (Indy)
Home
PreviousUpNext
TIdPacketInfo.TTL Property

Rpresents the Time-To-Live (or hop count) for the packet transmission.

Pascal
property TTL: Byte;

TTL is a Byte property that represents the Time-To-Live value (or hop count) for the packet transmission. 

The Time To Live value exists in the header for each packet sent in an IP transmission. The value in TTL is normally specified by the originating endpoint for the transmission. As a packet crosses each router, the router decrements this value by 1. If the packet traverses enough routers for the value to reach 0, routers will no longer forward this packet.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.