connecting client to client (Socket programming)
My multi-client / server non-blocking program is already working. Both sides can receive and send messages. What I want to do now is to enable communication between two clients. Currently my server program can read messages sent by all connected clients. I donât know how to route their messages to a partner Socket (I guess). How can I connect them ?..Please give some ideas /inputs or related articles. Thanks..
|