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.
Diff: Socket.h
- Revision:
- 19:cad29ce6a01c
- Parent:
- 18:0a988e4abb72
- Child:
- 20:dd5f19874adf
diff -r 0a988e4abb72 -r cad29ce6a01c Socket.h --- a/Socket.h Tue Apr 19 18:22:15 2016 -0500 +++ b/Socket.h Tue Apr 19 18:23:12 2016 -0500 @@ -60,9 +60,8 @@ int get_option(int optname, void *optval, unsigned *optlen); /** Close the socket - * @param shutdown free the left-over data in message queues */ - int close(bool shutdown=true); + int close(); protected: Socket();