Difference between revisions of "TPing.TTL"

From Overbyte
Jump to navigation Jump to search
(first entry)
 
(No difference)

Latest revision as of 19:02, 21 December 2007

Main page -> ICS component reference -> TPing -> TTL

Definition

property TTL: integer;

Description

TTL stands for Time To Live. When a packet is sent over some internet connection each server which forwards this packet decreases this TTL value by one and if it reaches zero the packet is discarded. This mechanism is used to prevent packets from traveling indefinitely without ever reaching their destination. The higher the TTL value the longer the packet can travel.

Example

Best practices

How to