|
Doing some reading and below might be the cause of the problem. In blocking mode, it seems like recv() will wait for data you specified in the length field before return control back. If during the wait time, the server closes the socket, the recv() will receive a return value of 0. Example: 1) if you specified the length as 2: recv(hostSock :%addr(recvData) :2 :0) and it is in blocking mode 2) If the server sent a one byte data and close the connection, you program will get a return value of 0. Might want to change your program to use the length of 1 to see if this will resolve the problem. -----Original Message----- From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx]On Behalf Of > > However, no data is received. By "no data received", rc is zero.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.