NetBSD/sbin/ping6
rpaulo 25ff2bc882 Replace the way we calculate the standard deviation with the unbiased form
for non-related samples. There are several websites that explain why we
should use this form instead of the normal formula to compute the std. dev.
(Wikipedia is one of them).
Also, ping(8) (where this "new" formula came from) already does it this way
so, I'm trying to score some extra points by making both utilities behave
the same way.

Thanks to wrtstuden@ for the initial clarification.
2006-05-18 02:14:22 +00:00
..
Makefile Remove support support for RFC 2292. 2006-05-07 16:00:18 +00:00
ping6.8 There are no broadcast addresses in IPv6, so, kill a leftover from the 2006-05-18 00:50:08 +00:00
ping6.c Replace the way we calculate the standard deviation with the unbiased form 2006-05-18 02:14:22 +00:00