diff options
author | smace <smace@FreeBSD.org> | 2003-05-17 01:22:14 +0800 |
---|---|---|
committer | smace <smace@FreeBSD.org> | 2003-05-17 01:22:14 +0800 |
commit | f9f7df5db4fc81a2def8f3a3bb107e3e35d50732 (patch) | |
tree | b81a3faeac6bde21fc203bcecaea0f7bebfcdbb2 /benchmarks | |
parent | da763bdfa6d10c2ded3f564a49afc272a47e05bb (diff) | |
download | freebsd-ports-gnome-f9f7df5db4fc81a2def8f3a3bb107e3e35d50732.tar.gz freebsd-ports-gnome-f9f7df5db4fc81a2def8f3a3bb107e3e35d50732.tar.zst freebsd-ports-gnome-f9f7df5db4fc81a2def8f3a3bb107e3e35d50732.zip |
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')
-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 |