netXduo Ethernet Stack - nx_tcp_socket_receive does not timeout
Hello,
i have running an web applikation with netXduo on an STM32H735 and i try to open a TCP connection.
Driver, initialization, communication and stuff is working, but for testing purpose i tried to let the netXduo API-calls to run into timout by setting the waitOpt to a very low time.
But nothing happened, e.g. with nx_tcp_socket_receive with a timeout of only a few ticks, the stack waits till the next packet is received. The function doesn't return on timeout.
I have also tried nxd_tcp_client_socket_connect, also this function does not timeout. It stucks infinitely if it can't establish the connection, although timeout is configured.
Can anyone give me a hint, why these functions (and probably others too) will not return by timeout?
best regards
