diff options
author | pav <pav@FreeBSD.org> | 2005-09-22 17:17:21 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-09-22 17:17:21 +0800 |
commit | f168d31f1043f49b342550f201069e93858c23d2 (patch) | |
tree | 25a2153dd405c73cfecb654f112295a988158dd8 /net/Makefile | |
parent | 7b697a158ab725e87eb33f9fc697be796632c139 (diff) | |
download | freebsd-ports-gnome-f168d31f1043f49b342550f201069e93858c23d2.tar.gz freebsd-ports-gnome-f168d31f1043f49b342550f201069e93858c23d2.tar.zst freebsd-ports-gnome-f168d31f1043f49b342550f201069e93858c23d2.zip |
Nepim stands for network pipemeter, a tool for measuring available bandwidth
between hosts. nepim is also useful to generate network traffic for testing
purposes. Nepim operates in client/server mode, is able to handle multiple
parallel traffic streams, reports periodic partial statistics along the
testing, and supports IPv6.
PR: ports/86349
Submitted by: Marcin Jessa <yazzy@yazzy.org>
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 96c52b1586c4..7de5d6d6637b 100644 --- a/net/Makefile +++ b/net/Makefile @@ -419,6 +419,7 @@ SUBDIR += ncp SUBDIR += ncplib SUBDIR += nemesis + SUBDIR += nepim SUBDIR += net-http SUBDIR += netatalk SUBDIR += netboot |