jojo

Fork of Socket by mbed official

Files at this revision

API Documentation at this revision

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) {
     
 }