liboping icon indicating copy to clipboard operation
liboping copied to clipboard

Protocol independent ANSI-C ping library and command line utility.

Results 50 liboping issues
Sort by recently updated
recently updated
newest added

In our project we have ping_opt_timeout set to 5 seconds. However, we are rarely getting latencies that are 30-35 seconds, sometimes more. Why isn't the timeout catching these? Is there...

I've been searching for a ping library solution and came across this project. We are trying to cross-compile for our target device and encounter a build failure, the output is...

In liboping, it is possible to set PING_OPT_TTL and get PING_INFO_RECV_TTL and PING_INFO_RECV_QOS, but how to get ***PING_INFO_RECV* _HOST_ADDRESS_** for trace route???

I tried searching for existing issue... Would it be possible to make the mac version not require sudo? ```sh-session $ oping -c 1 github.com PING github.com (192.30.253.113) 56 bytes of...

```console [tkloczko@pers-jacek liboping-1.10.0]$ make Making all in src make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/liboping-1.10.0/src' make all-recursive make[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/liboping-1.10.0/src' Making all in mans make[3]: Entering directory '/home/tkloczko/rpmbuild/BUILD/liboping-1.10.0/src/mans' make[3]: Nothing to be...

Despite having `precedence ::ffff:0:0/96 100` (to prefer IPv4 connections) in `/etc/gai.conf`, `(n)oping` is preferring IPv6 addresses: ``` $ host example.net example.net has address 93.184.216.34 example.net has IPv6 address 2606:2800:220:1:248:1893:25c8:1946 example.net...

I think that it would be good to flush currently committed changes and make new release :)

https://aur.archlinux.org/packages/liboping/#comment-837040 ``` gcc -DHAVE_CONFIG_H -I. -DUSE_NCURSES=1 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -c -o noping-oping.o `test -f 'oping.c' || echo './'`oping.c oping.c: In...

Without this patch the printf invocation takes more argument that it has format strings, since the format_qos() output string is printed in the if statement following the HOST_PRINTF invocation, I...