WIZnet Library for my tests.

Fork of WIZnet_Library by WIZnet

Files at this revision

API Documentation at this revision

Comitter:
Whisper_84
Date:
Wed Jan 06 09:10:31 2016 +0000
Parent:
8:cb8808b47e69
Commit message:
Create project for test Ethernet shield and stepper motor driver.

Changed in this revision

WIZnetInterface/Socket/Socket.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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) {