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
| /** | |
| * @file chat_epoll_server.c (part 1) | |
| * @author chiqui3d | |
| * @brief Simple server with socket y and epoll with edge triggered mode (nonblocking) to handle multiple clients | |
| * @version 0.1 | |
| * @date 2022-07-01 | |
| * | |
| * @references | |
| * | |
| * * https://web.archive.org/web/20160325155925/https://banu.com/blog/2/how-to-use-epoll-a-complete-example-in-c/ |
OlderNewer