Reputation: 23581
Since WinSock and other socket C libraries are not available in DDK project, what should I use then ? I need to communicate in TCP protocol.
Upvotes: 0
Views: 237
Reputation: 6846
You would use the Winsock Kernel (WSK) API. You can find sample code in src\network\wsk\echosrv.
Upvotes: 2