NetworkSocketAPI
Dependents: HelloWizFi250Interface
Fork of NetworkSocketAPI by
Diff: Socket.cpp
- Revision:
- 86:7ca9776b9cc0
- Parent:
- 84:d317e056fd20
- Child:
- 87:94e2cf3a06be
--- a/Socket.cpp Tue Apr 05 15:30:26 2016 -0500 +++ b/Socket.cpp Tue Apr 05 23:39:54 2016 +0000 @@ -18,6 +18,8 @@ Socket::Socket(NetworkInterface *iface, NetworkInterface::protocol_t proto) : _iface(iface) + , _blocking(true) + , _timeout(0) { _socket = _iface->socket_create(proto); }