zeroeth / hipster_socks

playing around with C sockets, blocking and async io.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

playing around with C sockets, blocking and async io.


Languages

Language:C 100.0%