Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The timing information is wrong #1

Open
iopq opened this issue Dec 27, 2021 · 1 comment
Open

The timing information is wrong #1

iopq opened this issue Dec 27, 2021 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@iopq
Copy link

iopq commented Dec 27, 2021

python3 tcping.py -i baidu.com
TCPing v0.2.2 (Beta)
Pinging IP address 220.181.38.251 on port 80

001. 2021-12-27T15:30:32 IP 220.181.38.251 on port 80   is online  (0.000 Second)
002. 2021-12-27T15:30:33 IP 220.181.38.251 on port 80   is online  (0.000 Second)
003. 2021-12-27T15:30:34 IP 220.181.38.251 on port 80   is online  (0.000 Second)
004. 2021-12-27T15:30:35 IP 220.181.38.251 on port 80   is online  (0.000 Second)
005. 2021-12-27T15:30:36 IP 220.181.38.251 on port 80   is online  (0.000 Second)

Success: 5
Failed:  0

How can it be 0.000 Second

@AyoobAli
Copy link
Owner

Hi @iopq , sorry for the late reply.

I've just tested it and the timing is working fine.
Usually its 0.000 if you are pinging the localhost. The only thing that come to my mind is that you have some firewall on your machine that is responding to the requests.

Please try it again and let me know if you still face the issue.

@AyoobAli AyoobAli added the help wanted Extra attention is needed label Feb 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants