You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 1, 2019. It is now read-only.
Enguerrand Allamel edited this page Dec 21, 2017
·
2 revisions
Process TCP
Server
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
Call connect(std::string ip, unsigned int port) to connect at server