Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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