This is a port of cyaSSL 2.7.0.
Dependents: CyaSSL_DTLS_Cellular CyaSSL_DTLS_Ethernet
Revision 1:c0ce1562443a, committed 2013-09-05
- Comitter:
- ashleymills
- Date:
- Thu Sep 05 15:55:50 2013 +0000
- Parent:
- 0:714293de3836
- Commit message:
- Nothing;
Changed in this revision
io.c | Show annotated file Show diff for this revision Revisions of this file |
--- a/io.c Thu Sep 05 10:33:04 2013 +0000 +++ b/io.c Thu Sep 05 15:55:50 2013 +0000 @@ -355,10 +355,9 @@ CYASSL_MSG("setsockopt rcvtimeo failed"); } } - + recvd = (int)RECVFROM_FUNCTION(sd, buf, sz, ssl->rflags, (struct sockaddr*)&peer, &peerSz); - printf("Received %d bytes",recvd); recvd = TranslateReturnCode(recvd, sd); if (recvd < 0) {