9.How to start receiving client connection

To receive client connection from server,Listening Port and thread pool from the server side must be set ready. First, you need to create a Proud::CNetServer object then call for Proud::CNetServer::Start method.

Please refer to 3. Making a main loop of a server for how you can start the server.