mbed-os/TEST_APPS/device/socket_app
Michal Paszta 0da0f16d60 TCPSocket accept refactored to close cleanly and icetea test added
Private constructor called in TCPSocket accept, when creating a new Socket.
Close() method calls moved "up" to InternetSocket.
InternetSocket::close() returns proper error code when no socket available.
Add TcpSocket::accept icetea tests.
Deleting sockets moved to teardown.
2018-10-26 12:02:25 +03:00
..
cmd_ifconfig.cpp Fix issues coming from network default interface 2018-08-31 11:56:52 +03:00
cmd_ifconfig.h Astyle for test applications 2018-08-31 11:55:43 +03:00
cmd_socket.cpp TCPSocket accept refactored to close cleanly and icetea test added 2018-10-26 12:02:25 +03:00
cmd_socket.h review corrections 2018-08-31 11:54:40 +03:00
main.cpp Astyle for test applications 2018-08-31 11:55:43 +03:00
mbed_app.json Icetea support 2018-08-31 11:51:57 +03:00
strconv.c Astyle for test applications 2018-08-31 11:55:43 +03:00
strconv.h review corrections 2018-08-31 11:54:40 +03:00