TPing.TTL
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.