ap

Dependencies:   DnsQuery

Dependents:   WizFi310_TCP_Echo_Server_Example

Fork of NetworkSocketAPI by NetworkSocketAPI

Branch:
api-changes
Revision:
42:49893d13c432
Parent:
41:3ec1c97e9bbf
Child:
43:09ea32f2eb54
--- a/Socket.cpp	Tue Feb 23 04:01:38 2016 -0600
+++ b/Socket.cpp	Tue Feb 23 05:07:02 2016 -0600
@@ -22,7 +22,7 @@
     , _proto(proto)
     , _socket(0)
 {
-    memset(_ip_address, 0, SOCK_IP_SIZE);
+    memset(_ip_address, 0, NS_IP_SIZE);
     _port = 0;
 
     _timeout = iface->getTimeout();