nhducit / paping

Automatically exported from code.google.com/p/paping
MIT License
0 stars 0 forks source link

Option -t works only first time #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. ./paping -p 3306 -c 12 -t 5000 192.168.20.188

What is the expected output? What do you see instead?
I would spect 12 invocations separated 5 sec each
I see the fist invocation at 5 sec, then 1 invocation each second

What version of the product are you using? On what operating system?
1.55 linux

Please provide any additional information below.

Original issue reported on code.google.com by edison.m...@gmail.com on 4 Jun 2013 at 9:49

GoogleCodeExporter commented 8 years ago
See doc

-t, --timeout timeout in milliseconds (default 1000)

is the time between your request and the response from the server

Original comment by killyour...@gmail.com on 2 Jul 2013 at 6:34