Winsock Server Application
The following sections describe the remaining steps for creating a Winsock server application. What follows is the general model for creating a streaming TCP/IP server.
- Creating a Socket for the Server
- Binding a Socket
- Listening on a Socket
- Accepting a Connection
- Receiving and Sending Data on the Server
- Disconnecting the Server
Complete Server Source Code
Related topics