Use epoll facilities

This commit is contained in:
2019-06-27 21:38:32 +02:00
parent 500f64e2f9
commit 19b67484db
11 changed files with 218 additions and 206 deletions

View File

@@ -2,6 +2,9 @@
http-server is a simple http server that does not conform to any standards. It's main purpose is for experimentation: both playing around with HTTP quirks and simple socket programming under Linux.
## Versions
The current master branch version is epoll based, but a traditional iterative version was tagged as `traditional-iterative` (use `git show traditional-iterative` to view more information about it).
## Requirements
I have tested building the program with the following compilers:
- gcc 8.3.0