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.
Dependents: HelloWizFi250Interface
Fork of NetworkSocketAPI by
Diff: TCPSocket.h
- Revision:
- 57:3c873fab4207
- Parent:
- 43:09ea32f2eb54
- Child:
- 63:531f4c27f360
diff -r 19c9e332c0f1 -r 3c873fab4207 TCPSocket.h
--- a/TCPSocket.h Mon Feb 29 15:23:24 2016 +0000
+++ b/TCPSocket.h Thu Feb 25 19:00:39 2016 -0600
@@ -33,7 +33,7 @@
* @param port Optional port to connect to
*/
TCPSocket(NetworkInterface *iface)
- : Socket(iface, SOCK_TCP)
+ : Socket(iface, NS_TCP)
{
}
};
