Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: DnsQuery
Fork of NetworkSocketAPI by
Diff: SocketAddress.h
- Revision:
- 18:f4bf901408ef
- Parent:
- 15:94e2cf3a06be
diff -r 2fc20f6d377e -r f4bf901408ef SocketAddress.h --- 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;