网络IO之阻塞、非阻塞、同步、异步 单播 多播/组播 广播 多路复用POLL SELECT epoll 超时:read,write,accept,connect 超时 实现:1.用select来设置超时机制 2. 使用setsockopt()函数来设置相应的超时机制。