diff options
-rwxr-xr-x | bin/ekgping | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ekgping b/bin/ekgping index dab8159..2014f65 100755 --- a/bin/ekgping +++ b/bin/ekgping @@ -268,7 +268,7 @@ None. B<ekgping> parses the output of ping(1), which means it assumes a certain output style. It will only work with ping(1) programs whose C<< ping -n >> output matches -"<digit> bytes from <ip>: icmp_req=<digit> ttl=<digit> time=<float>". +"<digit> bytes from <ip>: icmp_(r|s)eq=<digit> ttl=<digit> time=<float>". There have been reports about ekgping randomly skipping beeps. This might be an SDL problem, use C<< ekgping -t 0.8 >> as workaround. |