mbed-os/features/netsocket
Christopher Haster d741c135f4 nsapi: Changed initial state of sockets to allow events
Note, the registered callback is still disabled by a call to
socket_attach. This will avoid being called after the socket is closed
unless close is called from the attached callback, which is in irq
context.

As pointed out by kjbracey-arm, the previous behaviour was broken
for sockets that started out listening.
2017-01-20 07:58:34 -06:00
..
CellularInterface.h
EthInterface.h
MeshInterface.h
NetworkInterface.cpp
NetworkInterface.h
NetworkStack.cpp nsapi - Fixed missing NSAPI_UNSPEC check in gethostbyname for ip literals 2016-11-08 18:05:35 -06:00
NetworkStack.h [ONME-2844] Avoid option level collisions 2016-12-20 14:03:23 +02:00
Socket.cpp nsapi - Fixed open/close issue in Socket 2016-12-08 16:14:15 -06:00
Socket.h [ONME-2844] Avoid option level collisions 2016-12-20 14:03:23 +02:00
SocketAddress.cpp
SocketAddress.h
TCPServer.cpp nsapi: Changed initial state of sockets to allow events 2017-01-20 07:58:34 -06:00
TCPServer.h nsapi: Changed initial state of sockets to allow events 2017-01-20 07:58:34 -06:00
TCPSocket.cpp nsapi: Changed initial state of sockets to allow events 2017-01-20 07:58:34 -06:00
TCPSocket.h nsapi: Changed initial state of sockets to allow events 2017-01-20 07:58:34 -06:00
UDPSocket.cpp nsapi: Changed initial state of sockets to allow events 2017-01-20 07:58:34 -06:00
UDPSocket.h nsapi: Changed initial state of sockets to allow events 2017-01-20 07:58:34 -06:00
WiFiAccessPoint.cpp
WiFiAccessPoint.h
WiFiInterface.h WiFi: Minor fixes to docs and includes 2016-11-10 09:40:48 +00:00
emac_stack_mem.h
mbed_lib.json
nsapi.h
nsapi_dns.cpp
nsapi_dns.h
nsapi_types.h Merge pull request #3458 from hasnainvirk/nsapi_levels 2016-12-23 13:07:58 +00:00