mbed-os/features/netsocket
Christopher Haster 16bba05f4e nsapi - Removed assertions on same-thread send/recv
Initially these assertions were added to protected simultaneous
send/recv from the same socket when similarly purposed mutexes were
removed.

However, simultaneous send/recv can still be useful for UDP if the
payload is guaranteed to be less than the MTU across the entire
connection.
2016-11-18 12:18:52 +00:00
..
CellularInterface.h nsapi - Added standardized return types for size and errors 2016-11-08 10:44:55 +00:00
EthInterface.h Add tags to our code 2016-10-10 17:24:07 +01:00
MeshInterface.h Add tags to our code 2016-10-10 17:24:07 +01:00
NetworkInterface.cpp nsapi - Added standardized return types for size and errors 2016-11-08 10:44:55 +00:00
NetworkInterface.h nsapi - Added standardized return types for size and errors 2016-11-08 10:44:55 +00:00
NetworkStack.cpp nsapi - Fixed missing NSAPI_UNSPEC check in gethostbyname for ip literals 2016-11-18 12:18:06 +00:00
NetworkStack.h nsapi - Added standardized return types for size and errors 2016-11-08 10:44:55 +00:00
Socket.cpp nsapi - Added standardized return types for size and errors 2016-11-08 10:44:55 +00:00
Socket.h nsapi - Added standardized return types for size and errors 2016-11-08 10:44:55 +00:00
SocketAddress.cpp netsocket - Fix set_ip_bytes out-of-bound access 2016-11-18 12:18:25 +00:00
SocketAddress.h nsapi - Standardized support of NSAPI_UNSPEC 2016-10-27 11:13:44 +01:00
TCPServer.cpp nsapi - Added standardized return types for size and errors 2016-11-08 10:44:55 +00:00
TCPServer.h nsapi - Added standardized return types for size and errors 2016-11-08 10:44:55 +00:00
TCPSocket.cpp nsapi - Added standardized return types for size and errors 2016-11-08 10:44:55 +00:00
TCPSocket.h nsapi - Added standardized return types for size and errors 2016-11-08 10:44:55 +00:00
UDPSocket.cpp nsapi - Removed assertions on same-thread send/recv 2016-11-18 12:18:52 +00:00
UDPSocket.h nsapi - Removed assertions on same-thread send/recv 2016-11-18 12:18:52 +00:00
WiFiAccessPoint.cpp Merge remote-tracking branch 'upstream/master' into feature_wifi_ublox_merge 2016-10-02 07:29:07 -05:00
WiFiAccessPoint.h Fixed missing public 2016-10-04 15:52:56 +02:00
WiFiInterface.h WiFi: Minor fixes to docs and includes 2016-11-18 12:18:04 +00:00
emac_stack_mem.h Added emac_stack_mem_copy. Needed by the u-blox ODIN-W2 driver. 2016-11-08 10:45:01 +00:00
mbed_lib.json restructure - Restructured features/net directory 2016-09-30 19:18:09 -05:00
nsapi.h Add tags to our code 2016-10-10 17:24:07 +01:00
nsapi_dns.cpp nsapi - Added standardized return types for size and errors 2016-11-08 10:44:55 +00:00
nsapi_dns.h nsapi - Added standardized return types for size and errors 2016-11-08 10:44:55 +00:00
nsapi_types.h nsapi - Added standardized return types for size and errors 2016-11-08 10:44:55 +00:00