mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
019fc0ad78
In case of high TX network traffic, netdriver_loop() that reads data from netdev was invoked via up_idle() only after high TX network traffic had stopped. That resulted in massive delay and drop of TCP ACK packets and any other packets from netdev (tun/tap device).