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.
我的代码是:http: //ideone.com/nVXIQ。
recv()功能总是空转(它工作得很慢);需要几秒钟才能得到结果,并且recv()应该快速处理如此少量的数据。
recv()
您对 recv 的阻塞行为有疑问吗?如果是这样,那么研究使用非阻塞 IO 和选择/轮询循环之类的东西。