hi !
i have created listening sockets at two different machine...
then these two sockets need to connect a central server socket to exchange the
information...the scenario like below..
socket1 <---->central socket<------->socket2
socket1 sends data to 'central socket' and this 'central socket' sends socket1's data to socket2 and vice verse...
how to do program this hand-sake socket programming in java and idea...
thanks for looking...:)