WIZnet Library for my tests.

Fork of WIZnet_Library by WIZnet

Revision:
9:b5e8a0f64fea
Parent:
7:7c67a8922ec5
--- a/WIZnetInterface/Socket/Socket.cpp	Sun May 31 10:25:40 2015 +0000
+++ b/WIZnetInterface/Socket/Socket.cpp	Wed Jan 06 09:10:31 2016 +0000
@@ -18,7 +18,7 @@
 
 #include "Socket.h"
 
-Socket::Socket() : _sock_fd(-1),_blocking(true), _timeout(1500)
+Socket::Socket() : _sock_fd(-1),_blocking(false), _timeout(300)
 {
     eth = WIZnet_Chip::getInstance();
     if (eth == NULL) {