Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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) {