/hipster_socks

playing around with C sockets, blocking and async io.

Primary LanguageC

This contains client.c and server.c from linuxhowto.org's socket examples, and select_server.c from Beej's Guide to networking.

select_client.c is a mismash of the select_server.c and the client.c to be nonblocking.