     ********************************************************************      
     *                                                                  *      
     *  2005-2022 (C) The Pulsar Engineering (http://www.thepulsar.be)  *      
     *                                                                  *      
     ********************************************************************      


You may redistribute and modify the documents under the terms of the GNU LESSER
GENERAL PUBLIC LICENSE Version3 only. The documents are distributed WITHOUT ANY
EXPRESS OR IMPLIED WARRANTY, INCLUDING OF MERCHANTABILITY, SATISFACTORY QUALITY
AND FITNESS FOR APARTICULAR PURPOSE.

CHANGELOG:
----------

v1.0:
	added ping-client and ping-server programs.

	to test program, start ./pingserver <ip addr> in one window and
	./pingclient <ip addr> in a second window. ip addr can be localhost.

	use ./net-test to run basic testing of the tcp/ip library.
	
