Socket
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
Hi, In my MFC app, i create a socket , bind and accept incoming connections. After i accept a incoming connection, i try to use recv() to get data. But it fails.the error is 10057. what could be the problem..Pls help Ram
-
Hi, In my MFC app, i create a socket , bind and accept incoming connections. After i accept a incoming connection, i try to use recv() to get data. But it fails.the error is 10057. what could be the problem..Pls help Ram
Are you sure you called recv for the right socket? The listening socket won't allow that!! Don't try it, just do it! ;-)