WIZnet Library for my tests.
Fork of WIZnet_Library by
Revision 9:b5e8a0f64fea, committed 2016-01-06
- 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 |
diff -r cb8808b47e69 -r b5e8a0f64fea WIZnetInterface/Socket/Socket.cpp --- 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) {