mbed-os/net/NetworkSocketAPI
Russ Butler b15e2c293e Add synchronization to the network socket API
Add mutexes to protect the network socket API.  Also use semaphores to
wait for read/write events.  Also fix a typo in the comments for
timeout.
2016-05-15 18:03:48 -05:00
..
DnsQuery Rename Interface -> Stack 2016-05-13 11:41:07 -05:00
CellularInterface.h Separate Stack/Interface concept into two distinct classes 2016-05-13 11:41:13 -05:00
EthernetInterface.h Separate Stack/Interface concept into two distinct classes 2016-05-13 11:41:13 -05:00
MeshInterface.h Separate Stack/Interface concept into two distinct classes 2016-05-13 11:41:13 -05:00
NetworkStack.cpp Rename Interface -> Stack 2016-05-13 11:41:07 -05:00
NetworkStack.h Add NSAPI_ERROR_PARAMETER 2016-05-13 11:41:16 -05:00
Socket.cpp Add synchronization to the network socket API 2016-05-15 18:03:48 -05:00
Socket.h Add synchronization to the network socket API 2016-05-15 18:03:48 -05:00
SocketAddress.cpp Small bug fixes 2016-05-13 11:41:17 -05:00
SocketAddress.h Separate Stack/Interface concept into two distinct classes 2016-05-13 11:41:13 -05:00
TCPServer.cpp Add synchronization to the network socket API 2016-05-15 18:03:48 -05:00
TCPServer.h Add synchronization to the network socket API 2016-05-15 18:03:48 -05:00
TCPSocket.cpp Add synchronization to the network socket API 2016-05-15 18:03:48 -05:00
TCPSocket.h Add synchronization to the network socket API 2016-05-15 18:03:48 -05:00
UDPSocket.cpp Add synchronization to the network socket API 2016-05-15 18:03:48 -05:00
UDPSocket.h Add synchronization to the network socket API 2016-05-15 18:03:48 -05:00
WiFiInterface.h Separate Stack/Interface concept into two distinct classes 2016-05-13 11:41:13 -05:00