tests:network: Add UDP echo server and client
The server echos incoming packets on port 7 back to the sender. The echo services used to be available in initd, but are not present in systemd based systems anymore. The client sends test packets with a sequence number every 100 ms.
parent
e4619854
No related branches found
No related tags found
Showing
- testcases/Makefile 1 addition, 0 deletionstestcases/Makefile
- testcases/udp_echo/.gitignore 56 additions, 0 deletionstestcases/udp_echo/.gitignore
- testcases/udp_echo/Makefile 27 additions, 0 deletionstestcases/udp_echo/Makefile
- testcases/udp_echo/udp_client.c 115 additions, 0 deletionstestcases/udp_echo/udp_client.c
- testcases/udp_echo/udp_echo.c 59 additions, 0 deletionstestcases/udp_echo/udp_echo.c
Loading
-
mentioned in commit seco-ne/yocto/manifest@3828e798
-
mentioned in merge request seco-ne/yocto/manifest!1919 (merged)
-
mentioned in commit seco-ne/yocto/manifest@8d477c92
Please register or sign in to comment