yo

Fork of Socket by mbed official

Revision:
20:b2bfe809b5e2
Parent:
17:c5089d058eab
--- a/Socket.h	Mon Aug 19 18:38:18 2013 +0300
+++ b/Socket.h	Tue Jun 06 13:29:04 2017 +0000
@@ -45,7 +45,7 @@
     \param blocking  true for blocking mode, false for non-blocking mode.
     \param timeout   timeout in ms [Default: (1500)ms].
     */
-    void set_blocking(bool blocking, unsigned int timeout=1500);
+    void set_blocking(bool blocking, unsigned int timeout=0);
     
     /** Set socket options
     \param level     stack level (see: lwip/sockets.h)