PDA

View Full Version : [SOLVED] Connection refused??



PaulM1985
February 28th, 2010, 05:10 PM
Hi

I have created a Server and Client in C++. When running on one computer the client will connect to the server, when I running the Server on one computer and the client on another on the same network, I can't connect to the server. I keep getting Connect: connection refused errors. Any ideas on how I can get round this?

Paul

PaulM1985
February 28th, 2010, 05:17 PM
Please ignore this thread. My mistake. I was running an older version of the Server on the other computer where I hadn't implemented the connection to client stage.

Sorry.