thangvuongbk / TCPServerLib

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:GNU General Public License v3.0


Languages

Language:C 57.1%Language:C++ 41.1%Language:Makefile 1.7%Language:Shell 0.1%