mbed-os/net/NetworkSocketAPI
Christopher Haster f567252d3a Coalesce redundant events to reduce cpu usage in lazy implementations
*cough* esp8266 *cough*

this is especially important for event-loop based systems where
excessive events results in problematic memory consumption.
2016-06-06 16:35:12 -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 Coalesce redundant events to reduce cpu usage in lazy implementations 2016-06-06 16:35:12 -05:00
Socket.h Coalesce redundant events to reduce cpu usage in lazy implementations 2016-06-06 16:35:12 -05:00
SocketAddress.cpp Fix SocketAddress constructor to support ipv6 2016-05-17 08:24:10 -05:00
SocketAddress.h Separate Stack/Interface concept into two distinct classes 2016-05-13 11:41:13 -05:00
TCPServer.cpp Coalesce redundant events to reduce cpu usage in lazy implementations 2016-06-06 16:35:12 -05:00
TCPServer.h Coalesce redundant events to reduce cpu usage in lazy implementations 2016-06-06 16:35:12 -05:00
TCPSocket.cpp Coalesce redundant events to reduce cpu usage in lazy implementations 2016-06-06 16:35:12 -05:00
TCPSocket.h Coalesce redundant events to reduce cpu usage in lazy implementations 2016-06-06 16:35:12 -05:00
UDPSocket.cpp Coalesce redundant events to reduce cpu usage in lazy implementations 2016-06-06 16:35:12 -05:00
UDPSocket.h Coalesce redundant events to reduce cpu usage in lazy implementations 2016-06-06 16:35:12 -05:00
WiFiInterface.h Separate Stack/Interface concept into two distinct classes 2016-05-13 11:41:13 -05:00