This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*********************************************************** -- 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. | |
* | |
*/ |