Server Side used to test layer.h. More...
#include "layer.h"
Server Side used to test layer.h.
Peer-to-peer and Interface Protocols Using C
Compile with: gcc -Wall -o ../bin/client client.c; gcc -Wall -o ./server server.c Test with: ./client | ./server; cat out.list; rm out.list;