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
Dependents: WizFi310_TCP_Echo_Server_Example
Fork of NetworkSocketAPI by
Diff: NetworkInterface.h
- Revision:
- 14:9e1bd182ef07
- Parent:
- 13:f84e69b3fdd3
- Child:
- 15:e657a90d9511
--- a/NetworkInterface.h Fri Jul 17 23:14:01 2015 +0000 +++ b/NetworkInterface.h Wed Jul 22 20:16:57 2015 +0000 @@ -94,7 +94,7 @@ protected: /** Map used to keep track of all SocketInterface instances */ - std::map<int, SocketInterface*> sockets; + std::map<uint32_t, SocketInterface*> sockets; /** Counter used to create unique handles for new sockets. Should be incremented whenever a new socket is created.