/* Demo code for COSC6397sp06 */
TCP_ECHO/ -- A simple TCP Echo Server/client using fork
TCP_ECHO_SELECT/ -- A simple TCP Echo Server/client using select
TCP_HelloWorld_SC/ -- A simple TCP Server/client that upon connection to the server, a "hello" string will be written
UDP_Listener_Talker/ -- A UDP Server/Client that a client sends message through command line
Thread/ -- thread examples with and w/o mutex; a simple web client

