An open API service indexing awesome lists of open source software.

https://github.com/bruce-mig/tcp-server-lib

TCP Server Library which provides TCP-Connection Management functionality.
https://github.com/bruce-mig/tcp-server-lib

multi-threading-programming posix-apis socket-programming tcp-library

Last synced: over 1 year ago
JSON representation

TCP Server Library which provides TCP-Connection Management functionality.

Awesome Lists containing this project

README

          

# tcp-server-lib

Implementation of TCP Server Library in C/C++

C++ Library which provides TCP-Connection Management functionality to applications.

Functionality includes:
- Creating Multithreaded Clients
- Notify 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.