Hi all,

I have written a simple network program that includes a server and two clients. What I want to do is to establish a connection between those clients.

When I send information from the server to the clients it works OK. But if I try the kind of same thing in a reverse order(from one of the clients to the another client), it doesn't work.

I'm quite fresh in network programming so I couldn't even be sure if I design the correct architecture for the clients to communicate. I mean maybe just two TCPSockets are enough to achieve..Anyways any suggestions could be profoundly helpfull.

King Regards