minor derivative to reduce compiler warnings and tag read-only parameters as const.

Dependents:   EthernetInterface

Fork of Socket by mbed official

Revisions of TCPSocketConnection.h

Revision Date Message Actions
21:04922f6a3602 2017-04-09 Enhanced error returns to be unique by type of error, rather than just -1. File  Diff  Annotate
20:5abbc0e39fb1 2015-07-07 Add const declaration for read-only parameters. File  Diff  Annotate
16:2d471deff212 2013-03-01 Add broadcasting and multicasting File  Diff  Annotate
14:c159ce890a45 2012-08-04 [Documentation] "\brief" directive needs opening "exclamation mark" File  Diff  Annotate
13:084c7fa00503 2012-08-04 Try "\brief" Doxygen directive in documentation File  Diff  Annotate
12:8867c9da3b08 2012-08-04 Update "send"/"send_all" and "receive"/"receive_all" documentation File  Diff  Annotate
11:3d83c348fb8b 2012-08-01 [Socket library] Remove redundant UDPPacket class. Use centralized socket destructor. Add is_connected check. File  Diff  Annotate
10:d24738f4ef99 2012-07-31 Add explicit setting of socket blocking/non-blocking mode and timeout File  Diff  Annotate
8:9cf9c2d45264 2012-07-27 Update documentation File  Diff  Annotate
7:ac5f77f4497a 2012-07-27 The Endpoint inheritance should be public File  Diff  Annotate
6:cd2e5559786d 2012-07-27 thread safe timeouts File  Diff  Annotate
5:300e7ad2dc1d 2012-07-26 Add Endpoint class and UDPPacket class File  Diff  Annotate
4:75988d748e4d 2012-07-26 Add "const" specifier to "TCPSocketConnection::connect" parameters File  Diff  Annotate
3:e6474399e057 2012-07-25 Split TCPSocketServer from TCPSocketConnection File  Diff  Annotate