Results 14 issues of Erik Auerswald

Links to HTML renderings of RFC documents point to `tools.ietf.org`. They are automatically redirected to `datatracker.ietf.org`, because in the IETF there is the intent, and ongoing work to implement this...

The last point in section 4, *Sending answers*, of `auth.md` is confusing: > From best zone, the name may exist, but there is a node or a parent has an...

IPv6 support for -g, --generate with open-coded 128-bit arithmetic as needed.

This is the patch from my [comment on issue 201](https://github.com/schweikert/fping/issues/201#issuecomment-1077475551), but now I have tested it, and it works, at least for me. :-) To test, I have temporarily changed...

This is a suggestion to differentiate between some IPv4 and IPv6 socket related error messages. 1. After a failed attempt to get the protocol `ipv6-icmp` I think it would be...

This is a proof-of-concept implementation for the feature requested in issue #243.

While I think that the current `-Q, --squiet=SECS` behavior is useful and should kept, I would like to have a variation of this theme, i.e., printing the full statistics that...

enhancement

The man-page at https://www.fping.org/fping.1.html is quite old, it still contains the typo `--quet` fixed in May 2017. Thus it is missing the documentation for some options, e.g., `-x`, and some...

The original example results in an error with message: jq: error (at :1): object ({"c":3}) and array ([{"a":1},{"...) cannot be added Use three arrays as input data to allow concatenation....

As [mentioned][1] in issue #201, `fping` does not print an error message when `getprotobyname()` for `icmp` or `ipv6-icmp` fails and `fping` cannot create a socket. It also directly fails, because...