README for CSCI-e215

Russell J Lowke

Assignment 6: "wsng"

______

files: wsng.h          // header file for wsng
       wsng.c          // wsng main .c code
       socklib.h       // header file for socklib
       socklib.c       // socklib .c code
       varlib.h        // header file for varlib
       varlib.c        // varlib .c code
       Makefile        // makefile to compile wsng
       Plan            // general plan for wsng
       typescript      // typescript for wsng
       README          // this file
______

Notes:          For question 6 "add one more error case" I added
                error #403 using do_403(), which checks the permissions on
                a file to see if it may be read.
