Used to test layer.h.
Peer-to-peer and Interface Protocols Using C
- Author
- Nicholas Guthrie guthr.nosp@m.n@rp.nosp@m.i.edu http//nickguthrie.com January 30, 2014
Compile with: gcc -Wall -o ../bin/client layer.c client.c; gcc -Wall -o ../bin/server layer. server.c; Test with: ./client | ./server; cat out.list; rm out.list;