This is my problem.
I have a server and many clients are connected to each other "thru" the server.
Now If client-1 wants to send a file to client-2 then both of them should be
connected directly using another winsock.
How can I achieve this ? (Bcoz client-1 does not know the ip of client-2).