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.h	Tue Feb 23 04:01:38 2016 -0600
+++ b/Socket.h	Tue Feb 23 05:07:02 2016 -0600
@@ -105,7 +105,7 @@
     socket_protocol_t _proto;
     SocketInterface *_socket;
 
-    char _ip_address[SOCK_IP_SIZE];
+    char _ip_address[NS_IP_SIZE];
     uint16_t _port;
     uint32_t _timeout;
 };