summaryrefslogtreecommitdiff
path: root/net/iperf
AgeCommit message (Collapse)AuthorFilesLines
2006-02-08Fix a bug that prevented this package from compiling on Solarisminskim2-1/+15
and Darwin. Patch from the iperf mailing list.
2005-12-27Lower expectations, both others' and mine: relinquish stewardshipseb1-2/+2
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-10-07Update iperf to 2.0.2.markd5-6/+63
Fixes configuring of multicast support and ipv6 support on NetBSD. Add patches to deal with: setsockopt(..., IP_MULTICAST_TTL,..) takes a u_char arg (not int). On NetBSD and Solaris (probably other BSD's) ipv6 multicast group join is done with IPV6_JOIN_GROUP not linux's IPV6_ADD_MEMERSHIP.
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.