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

The Partridge Family were neither partridges nor a family. Discuss.
Pindrought
Posts: 432
Joined: September 26th, 2013, 4:57 pm
Location: Kentucky
Contact:

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

Post by Pindrought » June 26th, 2019, 2:19 am

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
PM me if you need to contact me. Thanks to all the helpful people on this forum especially to Chili.

Post Reply