Short: AmiTCP speed test for udp/tcp Author: T.C. Slattery, Mike Muus, Steve Miller, Silicon Graphics, Inc, port by ch@irb.informatik.uni-dortmund.de Uploader: ch irb informatik uni-dortmund de Type: comm/net Architecture: m68k-amigaos TTCP ==== Ttcp is a small program to measure speed on a tcp or a udp connection. Ttcp uses port 5001 for it's tests. See ttcp.man for usage information. This is a version for AmiTCP 2.0. It was successfully used between Amigas and between an Amiga and a Sparc-Clone running SunOS 4.1.1. It may also be used locally to measure the speed of the TCP/IP protocol stack. Don'þ expect too much from AmiTCP 2.0 :-) Amiga porting notes: Due to a missing getrusage() function on the amiga I had to remove all rusage stuff. So the output won't be as deatailed as under un*x. I did this port using SAS/C 6.3. Since AmiTCP's sockets are not integrated into the SAS/C stdio stuff I took the approach I used when porting ncftp. All calls to unix-level/stream-level file functions are replaced with calls to my functions which call the needed functions. This layer is implemented as far as I needed it in amiga/s_socket.c. If you have questions you may reach me vie email at: ch@irb.informatik.uni-dormund.de