Question : How to simultaneously send and recv data from a single socket?

How can I send and recv data with one single socket simultaneously?
Win32 Socket
Thanks

Answer : How to simultaneously send and recv data from a single socket?

You don't need to do anything special.

Assuming you're talking about TCP/IP, once you have a connection, the traffic is bi-directional, and each side of the connection, can both send and received data.

Could you be more specific about what your question/problem is ?
Random Solutions  
 
programming4us programming4us