mbed-os/TESTS/netsocket/udp
Kimmo Vaisanen 767c40d970 Add UDP ECHOTEST with connect/send/recv calls
UDPSocket can be used also similar to TCPSocket using connect(), send() and recv() methods.

This commit adds UDP ECHOTESTS which uses these methods instead of sendto() and recvfrom().
2019-12-03 13:39:50 +02:00
..
main.cpp Add UDP ECHOTEST with connect/send/recv calls 2019-12-03 13:39:50 +02:00
udp_tests.h Add UDP ECHOTEST with connect/send/recv calls 2019-12-03 13:39:50 +02:00
udpsocket_bind_address.cpp Remove internal usage of deprecated APIs in IPCore 2019-11-27 20:02:20 +02:00
udpsocket_bind_address_invalid.cpp Remove internal usage of deprecated APIs in IPCore 2019-11-27 20:02:20 +02:00
udpsocket_bind_address_null.cpp Remove internal usage of deprecated APIs in IPCore 2019-11-27 20:02:20 +02:00
udpsocket_bind_port.cpp Refactor socket stats to reduce bioler plate 2019-03-14 11:09:35 +02:00
udpsocket_bind_port_fail.cpp Refactor socket stats to reduce bioler plate 2019-03-14 11:09:35 +02:00
udpsocket_bind_unopened.cpp Refactor socket stats to reduce bioler plate 2019-03-14 11:09:35 +02:00
udpsocket_bind_wrong_type.cpp Refactor socket stats to reduce bioler plate 2019-03-14 11:09:35 +02:00
udpsocket_echotest.cpp Add UDP ECHOTEST with connect/send/recv calls 2019-12-03 13:39:50 +02:00
udpsocket_echotest_burst.cpp Switch to using mbed-trace for greentea test debug output 2019-11-15 11:18:13 -05:00
udpsocket_open_close_repeat.cpp Refactor socket stats to reduce bioler plate 2019-03-14 11:09:35 +02:00
udpsocket_open_destruct.cpp Refactor socket stats to reduce bioler plate 2019-03-14 11:09:35 +02:00
udpsocket_open_limit.cpp Switch to using mbed-trace for greentea test debug output 2019-11-15 11:18:13 -05:00
udpsocket_open_twice.cpp Refactor socket stats to reduce bioler plate 2019-03-14 11:09:35 +02:00
udpsocket_recv_timeout.cpp Switch to using mbed-trace for greentea test debug output 2019-11-15 11:18:13 -05:00
udpsocket_sendto_invalid.cpp Remove internal usage of deprecated APIs in IPCore 2019-11-27 20:02:20 +02:00
udpsocket_sendto_repeat.cpp Remove internal usage of deprecated APIs in IPCore 2019-11-27 20:02:20 +02:00
udpsocket_sendto_timeout.cpp Switch to using mbed-trace for greentea test debug output 2019-11-15 11:18:13 -05:00