Modify ↓
Opened 15 years ago
Closed 15 years ago
#1417 closed Bug (Works For Me)
Ping() not working properly for generic network addresses
Reported by: | nefklein@… | 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)
Change History (1)
comment:1 Changed 15 years ago by Valik
- Resolution set to Works For Me
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
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.