Computing.Net > Forums > Programming > VB Ping with several ECHO Requests

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

VB Ping with several ECHO Requests

Reply to Message Icon

Name: Paulo
Date: July 24, 2002 at 09:34:43 Pacific
Comment:

Hi!
I have tried the sample code that was sent in the post "VB Ping". The problem is that I can’t make it work with several ECHO Requests in the same PING command (like it is possible to do in DOS). I have tried to modify the code in several ways but no luck! I have to perform several tests regarding Round Trip Delay to a network access. Due to the larger time for the first ECHO Request, this test must be performed with at least 10 ECHO Requests in the same PING command. So you can have an idea here is a sample of the corresponding DOS command
(ping www.yahoo.com -l 32 -n 4 -w 1500)
This means that I am making a PING to Yahoo.com with 32 bytes of data, with 4 ECHO requests and a timeout of 1500 ms.
The answer should be:

Pinging www.yahoo.akadns.net [64.58.76.179] with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.

Can anyone tell me how can I do this?

Thanks



Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: VB Ping with several ECHO Requests

VB Ping www.computing.net/answers/programming/vb-ping/935.html

Vb msgbox with timer www.computing.net/answers/programming/vb-msgbox-with-timer/16492.html

Batch with ping produces no output www.computing.net/answers/programming/batch-with-ping-produces-no-output/17289.html