nuttx/arch/sim
Alexander Lunev 019fc0ad78 sim/netdev: eliminated RX data stream congestion in case of high TX network traffic.
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).
2022-01-14 19:39:39 +08:00
..
include arch: Add _wchar_t typedef like other basic types 2021-12-09 16:57:23 +09:00
src sim/netdev: eliminated RX data stream congestion in case of high TX network traffic. 2022-01-14 19:39:39 +08:00
Kconfig arch/sim: Move the dummy ioe driver to drivers/ioexpender 2022-01-09 11:06:06 +08:00