mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
950c71cc10
In case of network heavy traffic on the Ethernet, interrupts fire faster than the netdev thread can process them and we run out of buffers. With this commit, we now check if we don't have buffers available, so we can flush everything and restart reception properly even if we did drop a few in the operation |
||
---|---|---|
.. | ||
eth-netdev.c | ||
Makefile | ||
sam0_eth_netdev.h |