Skip to content
This repository has been archived by the owner on Jun 1, 2019. It is now read-only.

Network Framework

Enguerrand Allamel edited this page Dec 21, 2017 · 2 revisions

Process TCP

Server

  1. Call waitClient(unsigned int port) -> Run listen on port in thread for non block -> This call function in async for each data recv and each new client connection

Client

  1. Call connect(std::string ip, unsigned int port) to connect at server
Clone this wiki locally