You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Regardless of the WireGuard specifics, when invoked as:
oping -Z 0 -c 1 2620:0:ccc::2
It should do exactly 1 attempt to ping, and exit on success/failure. Instead, this happens:
ping_sendto: Required key not available
ping_send failed: Required key not available
ping_sendto: Required key not available
ping_send failed: Required key not available
ping_sendto: Required key not available
ping_send failed: Required key not available
ping_sendto: Required key not available
ping_send failed: Required key not available
ping_sendto: Required key not available
ping_send failed: Required key not available
ping_sendto: Required key not available
ping_send failed: Required key not available
ping_sendto: Required key not available
ping_send failed: Required key not available
ping_sendto: Required key not available
ping_send failed: Required key not available
ping_sendto: Required key not available
ping_send failed: Required key not available
ping_sendto: Required key not available
ping_send failed: Required key not available
ping_sendto: Required key not available
...
ping_sendto: Required key not available
ping_send failed: Required key not available
PING 2620:0:ccc::2 (2620:0:ccc::2) 56 bytes of data.
--- 2620:0:ccc::2 ping statistics ---
0 packets transmitted, 0 received, 0.00% packet loss, time 0.0ms
These are written hundreds of times per second, producing 3.5 MB of log for 2 or 3 seconds of operation. And it never exits, unless stopped with Ctrl+C.
oping 1.10.0
The text was updated successfully, but these errors were encountered:
Hello,
Regardless of the WireGuard specifics, when invoked as:
oping -Z 0 -c 1 2620:0:ccc::2
It should do exactly 1 attempt to ping, and exit on success/failure. Instead, this happens:
These are written hundreds of times per second, producing 3.5 MB of log for 2 or 3 seconds of operation. And it never exits, unless stopped with Ctrl+C.
oping 1.10.0
The text was updated successfully, but these errors were encountered: