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.
由于 DDK 项目中没有 WinSock 和其他套接字 C 库,那我应该使用什么?我需要使用 TCP 协议进行通信。
您将使用 Winsock 内核 (WSK) API。您可以在 src\network\wsk\echosrv 中找到示例代码。