i use sendto and receivefrom functions to ping a host
ex:
sendto(host)
timestart = datetime.now
receivefrom(buf,edp)
timestop = datetime.now - timestart
but the time was too long ,when i ping localhost the time is 56ms
how can reduce the time?
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 5 of 5
Thread: ping time too long?Threaded View
|
Click Here to Expand Forum to Full Width |