simple-web-proxy
simple-web-proxy copied to clipboard
资料
使用epoll + nonblocking I/O + thread pool(事件循环+ non-blocking I/O + 线程池),类似本repo,文章最后列举作者开发过程中遇到的问题及解决方案,值得学习。
http://man7.org/linux/man-pages/man7/socket.7.html
- event 对应的 POLL flag
- socket各项参数