mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
31fa3404ca
If all rbuf slots are in use, `_rbuf_gc` removes the oldest entry even if the entry for the current fragment exists. This effectively decreases usable slots by one. This patch makes `_rbuf_gc` removes the oldest entry only if there is no entry for the current fragment. |
||
---|---|---|
.. | ||
application_layer | ||
conn | ||
link_layer | ||
netapi | ||
netif | ||
netreg | ||
nettest | ||
network_layer | ||
pkt | ||
pktbuf_static | ||
pktdump | ||
routing/rpl | ||
transport_layer/udp | ||
Makefile |