diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/ttcp/pkg/COMMENT | 2 | ||||
-rw-r--r-- | net/ttcp/pkg/DESCR | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net/ttcp/pkg/COMMENT b/net/ttcp/pkg/COMMENT index eec5e3e1ed4..ec6dc722340 100644 --- a/net/ttcp/pkg/COMMENT +++ b/net/ttcp/pkg/COMMENT @@ -1 +1 @@ -a TCP testing tool +TCP testing and performance measuring tool. diff --git a/net/ttcp/pkg/DESCR b/net/ttcp/pkg/DESCR index a933679e82b..9db116e1eb5 100644 --- a/net/ttcp/pkg/DESCR +++ b/net/ttcp/pkg/DESCR @@ -1,2 +1,5 @@ -TTCP (Test TCP) is the canonical TCP testing and performance measuring -tool. +Ttcp (test TCP) times the transmission and reception of data between two +systems using the UDP or TCP protocols. It differs from common ``blast'' +tests, which tend to measure the remote inetd as much as the network +performance, and which usually do not allow measurements at the remote end +of a UDP transmission. |