Hi.In my system, the opposing device sends TCP data at 20ms intervals,and the microcontroller receives the TCP data non-blocking at 20ms intervals.Therefore, the ethernetif_input() function of LWIP is supposedto be called at 20ms intervals and store ...