summaryrefslogtreecommitdiff
path: root/net/iperf
AgeCommit message (Collapse)AuthorFilesLines
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2004-12-03Changes 2.0.1:adam4-40/+12
* Running Iperf in bidirectional mode * Removed STDLIB requirement to Iperf * Client reporting of server side statistics in UDP tests
2004-10-06Do not force -O2 optimisation any moreadam2-1/+24
2004-04-12bl3ify.seb1-8/+15
Require gcc3 on NetBSD/sparc64. Use INSTALLATION_DIRS. Install one file at a time. USE_LANGUAGES instead of USE_GCC_SHLIB. Claim stewardship.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2004-01-19Changes 1.7.0:adam2-11/+11
* Added bidirectional testing both simultaneosly and tradeoff * Added server side statistic reporting on the client for UDP * Limits on the number of connections and locations for servers * Fixed the IPv6 Multicast implementation * Removed the SegFault on exit by Ctrl-C for the server * Thread bug resulting in "pthread create failed" after many clients * "connect failed" on server for UDP clients when IPv6 is enabled is fixed
2003-11-07Set USE_GCC_SHLIB. Fixes linking on Solaris.gavan1-1/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-18When constructing the WRKSRC definition, use ${PKGNAME_NOREV} rather thanagc1-2/+2
${PKGNAME}, so that the WRKSRC definition is immune from any subsequent PKGREVISION changes. With thanks to jmc for the nudge.
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2003-01-27Initial import of iperf, version 1.6.5, into the NetBSD Packages Collection.seb4-0/+44
Iperf is a tool for measuring TCP and UDP bandwidth performance. It reports bandwidth, delay jitter, datagram loss. It also supports IPv6 and IP Multicast.