This directory contains sample code for Unix to serve some protocol on a TCP port. Now you too can join in the fun of TCP/IP. It was written to work under Solaris and Linux. It does not fork off new processes to serve new connections but rather manages them using select().