This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Socket Programming



Hi,

   I am studying the image_processing_openmp_evmc6678l now, and i noticed that in mcip_webpage.c, serve_result_page() function calls recv(), but socket()、bind()、send() haven't been called. I want to know whether it is HTTP automatically calls socket()、bind() and some other functions so we can call recv() directly? And send() has not been called, so how do process results send back to PC?