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: TCPSocket.cpp
- Revision:
- 30:9002476b9136
- Parent:
- 24:656011e49d9f
- Child:
- 33:2fd212f8da61
--- a/TCPSocket.cpp Tue Apr 19 18:25:52 2016 -0500 +++ b/TCPSocket.cpp Tue Apr 19 18:26:03 2016 -0500 @@ -50,11 +50,6 @@ return connect(addr); } -bool TCPSocket::is_connected() -{ - return _socket && _iface->socket_is_connected(_socket); -} - int TCPSocket::send(const void *data, unsigned size) { mbed::Timer timer;