
This directory contains a utility that benchmarks the NET+OS TCP stack.
It is used with the NET+OS tcpbm application.  This utility measures the
throughput when the NET+OS unit is sending data to a PC over a TCP
connection.

The command line is:

    tcprecv <transfer-size> <IP-Address>
    
where <transfer-size> is the number of bytes for the unit to send
to the PC, and <IP-Address> is the IP address of the unit.

This application can be built with the GNU tools that ship with Cygwin.
These tools are shipped with NET+OS for GNU.  If you do not have them,
then you can download them for free from http://www.cygwin.com/.

To build using Microsoft Visual C++ to remove the cygwin1.dll dependency,
use these commands:

nmake /f "tcprecv.mak" CFG="tcprecv - Win32 Release"

nmake /f "tcprecv.mak" CFG="tcprecv - Win32 Release" clean

