contiki/cpu/6502/net
Oliver Schmidt 7b3e80a957 Remove received packet(s) to allow to send one.
Behave just like the CS8900A driver: Both the CS8900A and the LAN91C96 dynamically share a buffer for received packets and packets to be send. If the chip is exposed to a network with a lot of broadcasts the shared buffer might fill quicker with received packets than the 6502 reads them (via polling). So we might need to drop some received packets in order to be able to send anything at all.
2015-04-26 14:23:33 +02:00
..
cs8900a.S
ethernet-drv.c
ethernet-drv.h
ethernet.c
ethernet.h
lan91c96.S Remove received packet(s) to allow to send one. 2015-04-26 14:23:33 +02:00
uip_arch.c
w5100.S Enhanced Ethernet drivers. 2014-06-12 22:56:35 +02:00