This repo contains files related to exercises and programming projects that reflect my readings and work on grokking the infamous UNIX Network Programming Book. You can find the original source code ...
QUICK AND DIRTY ===== Execute the following from the src/ directory: ./configure # try to figure out all implementation differences cd lib # build the basic library that all programs need make # use ...