diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1998-12-08 04:18:08 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1998-12-08 04:18:08 +0000 |
commit | e1487b22a82b87c7bb24d06c49a6053a07138642 (patch) | |
tree | 2484c11800a712d5d6bfd7daf9cad41a788a2526 /net/nttcp/pkg-descr | |
parent | PKGNAME and DISTNAME are changed for 3.0 branch (diff) |
Import of nttcp
This program is an up to date version of the ttcp program.
It uses inetd (or simulates its behaviour) to start off the remote
side program which will send/receive data. Both sides measure the time
and number of bytes transfered. The local side will print the measures.
The format of the output can be specified on the commandline.
PR: ports/8546
Notes
Notes:
svn path=/head/; revision=15185
Diffstat (limited to '')
-rw-r--r-- | net/nttcp/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/net/nttcp/pkg-descr b/net/nttcp/pkg-descr new file mode 100644 index 000000000000..8f018711ffa3 --- /dev/null +++ b/net/nttcp/pkg-descr @@ -0,0 +1,7 @@ +This program is a much more convient version of the ttcp program. +It uses inetd (or simulates its behaviour) to start off the remote +side program which will send/receive data. Both sides measure the time +and number of bytes transfered. The local side will print the measures. +The format of the output can be specified on the commandline. + +Bill Fumerola <billf@chc-chimes.com> |