Page 2 of 2

Re: [Updated 2019-06-25] Revamped C++ Networking Series using Sockets

Posted: June 26th, 2019, 2:19 am
by Pindrought
The nonblocking series has finally reached a point where it is at a usable state. The server can handle multiple connections and the client and server can both send/recv data. Still more work to do on it though! Need to work on some optimizations.
https://github.com/Pindrought/PNet/tree ... utorial_10