/TCPServerLib

Complete Implementation of TCP Server Library in C/C++

Primary LanguageCGNU General Public License v3.0GPL-3.0

TCPServerLib

Complete Implementation of TCP Server Library in C/C++

Cretated a C++ Library which provides TCP-Connection Mgmt functionality to application. Functionality includes - Creating Multithreaded Clients, notif about client connection/disconnection/msg recvd, maintaining stats per client, Client Migration ( from threaded to Multiplexed and Vice-Versa), Detecting connection termination based on Keep-Alive Msgs, TCP Message Demarcation.