/socket

Linux socket model: select、poll、epoll

Primary LanguageC++

socket

分别使用select、epoll、poll 实现的I/O 复用。