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.
Fork of Socket by
Revision 20:9270bc8e998b, committed 2017-06-06
- Comitter:
- sefyou
- Date:
- Tue Jun 06 13:50:23 2017 +0000
- Parent:
- 19:434906b5b977
- Commit message:
- yop
Changed in this revision
Socket.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 434906b5b977 -r 9270bc8e998b Socket.cpp --- a/Socket.cpp Mon Aug 19 18:38:18 2013 +0300 +++ b/Socket.cpp Tue Jun 06 13:50:23 2017 +0000 @@ -20,7 +20,7 @@ using std::memset; -Socket::Socket() : _sock_fd(-1), _blocking(true), _timeout(1500) { +Socket::Socket() : _sock_fd(-1), _blocking(false), _timeout(1500) { }