Skip to content

Instantly share code, notes, and snippets.

View isinglever's full-sized avatar
🌈
Hiking

isingle isinglever

🌈
Hiking
View GitHub Profile
/*********************************************************** -- HEAD -{{{1- */
/* I/O multiplexing server with concurrent connections.
*
* This is just a skeleton code, to help you design your solution.
* Search for:
* 1) NOTEs: describing important aspects of the design that you should
* be aware of to help you towards your solution.
* 2) TODOs: that are the main points where you need to add code.
*
*/