Modify ↓
Opened 16 years ago
Closed 16 years ago
#1417 closed Bug (Works For Me)
Ping() not working properly for generic network addresses
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.2.0 | Severity: | None |
| Keywords: | ping | Cc: |
Description
I'm getting the same behaviour as this gentleman here: http://www.autoitscript.com/forum/index.php?showtopic=105611&st=0&p=746459&hl=ping%20error%201&fromsearch=1&#entry746459
i.e. the built-in ping seems to work fine for any local address (same subnet) but not beyond. Is that a known bug?
Also, even for addresses on the same subnet, the roundtrip time reported is substantially higher than what the Windows command window PING will report.
(code-wise I basically used the example provided and adapted the address)
Attachments (0)
Note:
See TracTickets
for help on using tickets.

I do not experience the same-subnet ping time issue. I cannot test the cross-subnet ping because I do not have another subnet to test with. Also, I cannot find anything we are doing wrong nor can I find any issues with the internal functions we are using. Based on the ping issue I think maybe you have some other subtle network issue that AutoIt is sensitive to that Ping is not.
Closing this as works for me.