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.
我只是想知道 recv 函数是如何工作的,当我使用 recv 函数时,它会等到服务器/客户端发送一些类似于接受函数的东西吗?
使用阻塞套接字,是的 - 请参阅MSDN 上的文档。