User Activity

I'm implementing a TCP/HTTP server on a custom board with a LAN8710A PHY. The board is connected to a PC via an ethernet cable with static IP assigned on both sides. I'm stuck at Netconn_accept() (when I enable LWIP_SO_RCVTIMEO I see that Netconn_ac...