Laczen commented on PR #15962: URL: https://github.com/apache/nuttx/pull/15962#issuecomment-2711291476
@tmedicci @cederom the first problem is caused by udp_input, it also appears when both network interfaces are up before starting the client but the server is not running. The problem is that udp_input tries to send a ICMP response that there is nothing listening on the udp port (ICMP is enabled for wlan0). The device cannot send a ICMP response (it is a ipv6 device). The logic in `udp_input.c` does not take into account this possibility. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org