client-server
client-server copied to clipboard
A client/server written in C/C++
Results
2
client-server issues
Sort by
recently updated
recently updated
newest added
Server side new connections should be closed if we are not going to communicate with them no more. By not closing connection, we could get memory overflow.
there was connection error in your code