
Inheritance diagram for net::CServerSocket:

CServerSocket is a multipurpose TCP socket class designed to handle most, if not all, unencrypted server connection handling over a connection.
Public Member Functions | |
| CSocket * | Accept () |
| bool | Listen (int port) |
| CSocket * net::CServerSocket::Accept | ( | ) |
| bool net::CServerSocket::Listen | ( | int | port | ) |
Listens for incoming connections on a given port
| port | And integer specifying the port to listen on |
1.5.1