• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

READMEH A D03-May-2022781 2716

ttcp.1H A D03-May-20223.8 KiB144142

ttcp.cH A D03-May-202219 KiB852703

README

1TTCP is a benchmarking tool for determining TCP and UDP performance
2between 2 systems.
3
4The program was created at the US Army Ballistics Research Lab (BRL)
5and is in the public domain. Feel free to distribute this program
6but please do leave the credit notices in the source and man page intact.
7
8Contents of this directory:
9
10ttcp.c		Source that runs on IRIX 3.3.x and 4.0.x systems
11		and BSD-based systems.  This version also uses getopt(3)
12		and has 2 new options: -f and -T.
13
14ttcp.c-brl	Original source from BRL.
15
16ttcp.1		Manual page (describes ttcp.c options, which are a
17		superset of the other version).
18
19
20How to get TCP performance numbers:
21
22	receiver				sender
23
24host1%  ttcp -r -s			host2% ttcp -t -s host1
25
26-n and -l options change the number and size of the buffers.
27