Socket::close() now supports an additional parameter for defining the shutdown type
Fork of Socket by
Revisions of Socket.cpp
Revision | Date | Message | Actions |
---|---|---|---|
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 |
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 |
3:e6474399e057 | 2012-07-25 | Split TCPSocketServer from TCPSocketConnection | File Diff Annotate |