ttcp -- tests throughput of TCP connection between two *nix systems ported by: George Harvey posted May 1998 TTCP for Minix 2.0 32-bit This is a port of 'ttcp' for Minix. ttcp is a small program to test the throughput of a TCP connection between two Un*x (or Minix) systems. You start one end in receive mode, the other end in transmit mode, it sends 16MB of data and then reports the time taken and other statistics. The number and size of the transmit and receive buffers can be varied through command line arguments. To see all the available options, just run ttcp with no arguments. Installation ------------ The archive should include the source, a simple makefile and the binary. Unpack the archive in /usr/src and copy the binary to /usr/local/bin. George Harvey email: fr30@dial.pipex.com (rev. 2002-12-03)