asynchronous socket?
I am trying to write a program about asynchronous socket. And this problem arise: I can not send data to server nor receive data from server. Can you tell me which place in program in client program should a put: send() or recv() function?.
In my program i put send() int Main loop and recv() in FD_READ when i send data to server program it says: recv() failed!
Help please!
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement