slackbuilds_ponce/network/ttcp
Robby Workman 84d2168900 Various: Set perms to 0644 on all SlackBuild scripts
These will (ideally, assuming we remember when generating tarballs)
still be mode 0755 inside the tarballs, but we would prefer to have
them mode 0644 on the server.  It's probably not really important,
but just call us OCD like that.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2010-06-04 01:53:53 -05:00
..
README network/ttcp: Added (a TCP/UDP benchmarking tool) 2010-05-15 10:25:30 +02:00
slack-desc network/ttcp: Added (a TCP/UDP benchmarking tool) 2010-05-15 10:25:30 +02:00
ttcp.info network/ttcp: Updated download link. 2010-05-15 10:50:17 +02:00
ttcp.SlackBuild Various: Set perms to 0644 on all SlackBuild scripts 2010-06-04 01:53:53 -05:00
ttcp_man_20100206.patch network/ttcp: Added (a TCP/UDP benchmarking tool) 2010-05-15 10:25:30 +02:00

TTCP is a benchmarking tool for determining TCP and UDP performance 
between 2 systems.

The program was created at the US Army Ballistics Research Lab (BRL)
and is in the public domain.  Feel free to distribute this program,
but please do leave the credit notices in the source and man page intact.

How to get TCP performance numbers:
receiver:  host1 $  ttcp -r -s
sender:    host2 $  ttcp -t -s host1

The -n and -l options change the number and size of the buffers.