Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Mar : Indy ICMP??
| Subject: | Indy ICMP?? |
| Posted by: | "eXibit" (kennet..@hotmail.com) |
| Date: | Fri, 10 Mar 2006 09:15:56 |
Hi
Im using Indy and i am trying to make a ping tool. All works fine but
the response time. It is always 0 ms... and i don't understand why?
CODE:
Memo1.Lines.Add('Reply from '+AReplyStatus.FromIpAddress+':
bytes='+IntToStr(AReplyStatus.BytesReceived)+'
time='+IntToStr(AReplyStatus.MsRoundTripTime)+'
TTL='+IntToStr(AReplyStatus.TimeToLive));
thx