sandbox / NetworkSocketAPI

Dependencies:   DnsQuery

Fork of NetworkSocketAPI by Christopher Haster

Revision:
18:f4bf901408ef
Parent:
15:94e2cf3a06be
--- a/SocketAddress.h	Thu Apr 07 12:55:59 2016 +0100
+++ b/SocketAddress.h	Thu Apr 07 12:57:33 2016 +0100
@@ -21,11 +21,11 @@
 
 /** Maximum size of IP address
 */
-#define NSAPI_IP_SIZE 16
+#define NSAPI_IP_SIZE 40
 
 /** Maximum size of MAC address
 */
-#define NSAPI_MAC_SIZE 18
+#define NSAPI_MAC_SIZE 24
 
 // Predeclared classes
 class NetworkInterface;