diff options
author | Scott Mace <smace@FreeBSD.org> | 2003-05-16 17:22:14 +0000 |
---|---|---|
committer | Scott Mace <smace@FreeBSD.org> | 2003-05-16 17:22:14 +0000 |
commit | cdef4e61860a87449403f494942f2a2f4ca6f2dd (patch) | |
tree | dd19c0cff0eb1b7ae3a0271d6e7fead5def220d0 /benchmarks/iperf | |
parent | fixed small perms error in plist (diff) |
Update iperf to 1.7.0.
This version also builds under ia64
From the iperf changelog:
Added bidirectional testing both simultaneously and tradeoff
Added server side statistic reporting on the client for UDP
Limits on the number of connections and locations for servers
Changes:
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
Diffstat (limited to 'benchmarks/iperf')
-rw-r--r-- | benchmarks/iperf/Makefile | 4 | ||||
-rw-r--r-- | benchmarks/iperf/distinfo | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/benchmarks/iperf/Makefile b/benchmarks/iperf/Makefile index f45d8aed8afe..72ce2ed850fc 100644 --- a/benchmarks/iperf/Makefile +++ b/benchmarks/iperf/Makefile @@ -6,10 +6,10 @@ # PORTNAME= iperf -PORTVERSION= 1.6.5 +PORTVERSION= 1.7.0 CATEGORIES= net MASTER_SITES= http://dast.nlanr.net/Projects/Iperf/ -DISTNAME= iperf-1.6.5-source +DISTNAME= iperf-1.7.0-source MAINTAINER= smace@FreeBSD.org COMMENT= A tool to measure maximum TCP and UDP bandwidth diff --git a/benchmarks/iperf/distinfo b/benchmarks/iperf/distinfo index 533e5e659eac..2f3fd2d48b43 100644 --- a/benchmarks/iperf/distinfo +++ b/benchmarks/iperf/distinfo @@ -1 +1 @@ -MD5 (iperf-1.6.5-source.tar.gz) = bf24c9120405224598773a1e0f0a79d8 +MD5 (iperf-1.7.0-source.tar.gz) = 3e4aea85822bcf10ed14040f4b26bd26 |