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
Revision 22:44127328288c, committed 2015-01-08
- Comitter:
- klauss
- Date:
- Thu Jan 08 23:42:14 2015 +0000
- Parent:
- 21:9e672d32fbb4
- Commit message:
- wip
Changed in this revision
Endpoint.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 9e672d32fbb4 -r 44127328288c Endpoint.h --- a/Endpoint.h Wed Jan 07 21:48:05 2015 +0000 +++ b/Endpoint.h Thu Jan 08 23:42:14 2015 +0000 @@ -53,10 +53,12 @@ \return The port of this endpoint */ int get_port(void); + + struct sockaddr_in _remoteHost; protected: char _ipAddress[17]; - struct sockaddr_in _remoteHost; + //struct sockaddr_in _remoteHost; };