summaryrefslogtreecommitdiff
path: root/net/mping
AgeCommit message (Collapse)AuthorFilesLines
2011-04-15Use USE_FEATURES=inet6 for requirement of IPv6 support, instead of unusual usageobache1-6/+3
of PKG_OPTIONS.
2009-03-21Remove MAINTAINER at their request.darcy1-2/+2
2009-02-16DESTDIR support.joerg1-3/+5
2007-01-03Require "inet6" option to be present.tv1-1/+6
2006-09-07Imported mping from PR 34488.rillig4-0/+33
Mping is a system for collecting packet delay and loss statistics in a TCP/IP network using ICMP echo. Mping is based on original ping(8) with following new features: - Ability to ping multiple hosts simultaneously - Prints 10/50/90-percentile as well as min/avg/max. Packaged by Martin Wilke.