|
eplyBuffer),
0, (struct sockaddr *)
&dest, (int FAR *) &tmp);
if
(i_temp == SOCKET_ERROR) {
if (h_errno == WSAEWOULDBLOCK) /* if no
data, read again */
continue;
else {
/*
any error besides these. just punt */
wshout_err
(hOurDlg, WSAGetLastError(), "recvfrom()");
}
break;
}
/* end if (i_temp == SOCKET_ERROR) */
& |