nettee 0.1.7 review

Download
by rbytes.net on

Nettee is a network "tee" program

License: GPL (GNU General Public License)
File size: 78K
Developer: David Mathog
0 stars award from rbytes.net

Nettee is a network "tee" program. It can typically transfer data between N nodes at (nearly) the full bandwidth provided by the switch which connects them. It is very handy for cloning nodes or moving large database files from a location to another.

To compile on linux, use

gcc -Wall -D_LARGEFILE64_SOURCE -o nettee nettee.c

on Solaris use instead:

gcc -Wall -D_LARGEFILE64_SOURCE -o nettee -l socket -l nsl nettee.c

Returns status is "EXIT_SUCCESS" if there are no errors and "EXIT_FAILURE" if
any node fails in a manner that cannot be handled.

What's New in This Release:
Replaced herror() call so that nettee would build on Solaris.

nettee 0.1.7 keywords