Use epoll facilities
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user