Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个使用 libev 的服务器每当客户端套接字中断时,使用这样的代码停止套接字连接
ev_io_stop(loop, watcher);
我是否需要专门调用 shutdown() 或 close()
调用 close() 解决了这个问题。
我想如果记录在案会有所帮助