I hope to achieve one-to-many connections using TCP Socket.
Excuse me, I'd like to seek advice from experienced members.
I'm using the STM32F429IGT6 microcontroller in an environment with FreeRTOS and LwIP. I'm attempting to create a TCP Socket (or netconn) server using the LAN8720A network chip to achieve one-to-many connection experiments.
So far, I've been able to successfully communicate with up to one-to-two connections, but when the third client attempts to connect, it fails. Has anyone managed to successfully establish one-to-three or more connections?
Could this issue be related to insufficient memory space, requiring adjustments?
