User Activity

  • Posted a comment on ticket #223 on TCNOpen

    It still outputs an error message if there is no data received by the function it is outputing. "trdp_pdcom.c:972 PDframe size error (8))". I feel that if WSARecvMsg is returning SOCKET_ERROR then numBytes will not be a valid value for our case. So I suggest returning -1 if there is SOCKET_ERROR. Could you please review if my suggestion will work? else { pMessage->dwFlags = flags; res = WSARecvMsg(sock, pMessage, &numBytes, NULL, NULL); if (0 != res) { DWORD err = WSAGetLastError(); if (err != WSAEWOULDBLOCK)...

View All

Personal Data

Username:
johnvarghese
Joined:
2006-09-20 11:45:40

Projects

This is a list of open source software projects that John Varghese is associated with:

Personal Tools