Connecting to multiple servers thru single port client connection
-
Hey i am using CSocket class in MFC. My program(client) should connect to multiple servers. I am using single port at client to connect.It's connecting to the first server successfully.For second server while connecting it's failing. The error code it's returning is 0x00002748. What's the meaning of this error code. Is it possible to connect from the same port to multiple servers.If possible pls help me.Is there any problem with CSocket class?? Thanks
-
Hey i am using CSocket class in MFC. My program(client) should connect to multiple servers. I am using single port at client to connect.It's connecting to the first server successfully.For second server while connecting it's failing. The error code it's returning is 0x00002748. What's the meaning of this error code. Is it possible to connect from the same port to multiple servers.If possible pls help me.Is there any problem with CSocket class?? Thanks
Sivaji wrote: What's the meaning of this error code. "A connect request was made on an already connected socket." For anyone learning Windows Sockets development. http://www.sockets.com/[^]
"No matter where you go, there your are." - Buckaroo Banzai
-pete