posted 12 years ago
Hi all, I have one socket connection program as
// For server
//for client
when I run this program it create connection and send and data from server successfully. But when I use other machine IP as
Socket sock = new Socket("10.22.35.32",13267);
then on client machine it shows error as connection time-out. and there is no connection established between server and client. Why is it so? I started server program on one pc and run client program from another pc.
Life is easy because we write the source code.....