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.
Fork of Socket by
Diff: Socket.h
- Revision:
- 10:c228f2097b40
- Parent:
- 6:cd2e5559786d
--- a/Socket.h Fri Jul 27 13:58:53 2012 +0000 +++ b/Socket.h Tue Jul 31 04:01:42 2012 +0000 @@ -37,6 +37,7 @@ Socket(); int close(); + int shutdown(int how); protected: int _sock_fd;