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 서버 메인 루프 만들기 for how you can start the server.