diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-27 17:42:23 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-27 17:42:23 +0000 |
commit | eaef815e2a8b63f6efd9a683c5c6be73810d5f68 (patch) | |
tree | e6689817d04a128afc77ed6f8aaadc31446b8cd1 /net/Makefile | |
parent | 0ed6d16f6ec9b867f2e52dadd75734403c48c6a9 (diff) | |
download | ports-eaef815e2a8b63f6efd9a683c5c6be73810d5f68.tar.gz ports-eaef815e2a8b63f6efd9a683c5c6be73810d5f68.zip |
add iperf
A tool to measure maximum TCP and UDP bandwidth
PR: 27462
Submitted by: Pete Fritchman <petef@databits.net>
Notes
Notes:
svn path=/head/; revision=43158
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 7ea24880065b..a11abd95aae6 100644 --- a/net/Makefile +++ b/net/Makefile @@ -141,6 +141,7 @@ SUBDIR += ipcad SUBDIR += ipcalc SUBDIR += ipcheck + SUBDIR += iperf SUBDIR += ipfm SUBDIR += iplog SUBDIR += ipw |