Feb 13, 2002 #1 Pyramus Programmer Dec 19, 2001 237 GB I want to write a function that gets the time to ping a particular ip/address. using the normal dos ping command, you get lines like: Reply from xxx.xxx.xx.xx: bytes=32 time=30ms TTL=246 Is there a function to get the time?
I want to write a function that gets the time to ping a particular ip/address. using the normal dos ping command, you get lines like: Reply from xxx.xxx.xx.xx: bytes=32 time=30ms TTL=246 Is there a function to get the time?
Feb 14, 2002 #2 chiph Programmer Jun 9, 1999 9,878 US The TTL (Time To Live) value is in milliseconds. Chip H. Upvote 0 Downvote