Go to file
Russ Butler 8f33c0fc4f 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-07-21 18:19:21 -05:00
DnsQuery Rename Interface -> Stack 2016-07-21 18:19:21 -05:00
CellularInterface.h Separate Stack/Interface concept into two distinct classes 2016-07-21 18:19:21 -05:00
EthernetInterface.h Separate Stack/Interface concept into two distinct classes 2016-07-21 18:19:21 -05:00
MeshInterface.h Separate Stack/Interface concept into two distinct classes 2016-07-21 18:19:21 -05:00
NetworkStack.cpp Rename Interface -> Stack 2016-07-21 18:19:21 -05:00
NetworkStack.h Add NSAPI_ERROR_PARAMETER 2016-07-21 18:19:21 -05:00
Socket.cpp Add synchronization to the network socket API 2016-07-21 18:19:21 -05:00
Socket.h Add synchronization to the network socket API 2016-07-21 18:19:21 -05:00
SocketAddress.cpp Small bug fixes 2016-07-21 18:19:21 -05:00
SocketAddress.h Separate Stack/Interface concept into two distinct classes 2016-07-21 18:19:21 -05:00
TCPServer.cpp Add synchronization to the network socket API 2016-07-21 18:19:21 -05:00
TCPServer.h Add synchronization to the network socket API 2016-07-21 18:19:21 -05:00
TCPSocket.cpp Add synchronization to the network socket API 2016-07-21 18:19:21 -05:00
TCPSocket.h Add synchronization to the network socket API 2016-07-21 18:19:21 -05:00
UDPSocket.cpp Add synchronization to the network socket API 2016-07-21 18:19:21 -05:00
UDPSocket.h Add synchronization to the network socket API 2016-07-21 18:19:21 -05:00
WiFiInterface.h Separate Stack/Interface concept into two distinct classes 2016-07-21 18:19:21 -05:00