Hi,I built a telnet server using lwip on FreeRTOS. I based my code on the LwIP_HTTP_Server_Netconn_RTOS example.Now, I want to use the connection to relay/send data to the client from different places in my program but for this, I need to know the st...