yo

Fork of Socket by mbed official

Revision:
20:b2bfe809b5e2
Parent:
17:c5089d058eab
--- a/Socket.cpp	Mon Aug 19 18:38:18 2013 +0300
+++ b/Socket.cpp	Tue Jun 06 13:29:04 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(0) {
     
 }