Claudio Grasso commented on a discussion on 
rtemslwip/test/stm32h7_test/udp_server.c: 
https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/merge_requests/37#note_149382

 > +/**
 > + * @file udp_server.c
 > + * @brief Simple UDP Echo Server for STM32H7/RTEMS
 > + *
 > + * This file implements a basic UDP server using the lwIP socket API.
 > + * It runs as a dedicated thread, listening on port 5005. Received packets
 > + * are reversed and echoed back to the sender to demonstrate UDP 
 > connectivity.
 > + *
 > + * This file is part of the RTEMS lwIP port and is released into the Public 
 > Domain.
 > + */

Agreed. The UDP echo server has been removed from the MR. If a UDP test is 
needed in the future it will be implemented in rtems-net-services using the 
standard socket API.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/merge_requests/37#note_149382
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to