commit | 771668cf91392ffba172102c6fadd68e75705a91 | [log] [tgz] |
---|---|---|
author | Jamie McCrae <spam@helper3000.net> | Thu Sep 15 18:45:53 2022 +0100 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Wed Sep 21 08:49:32 2022 +0000 |
tree | 46dc5826dfc229243a5fb372f5c86f0268958cb1 | |
parent | 360c999fbd4d89b3983575003b3adea3854ac0bf [diff] |
net: arp: Replace pending packet pointer with fifo This fixes a bug with ARP and multiple outgoing packets with an IP that needs to be resolved, causing the first packet to go out and all others to be dropped after the timeout by having a FIFO of pending packets instead of a single packet. Signed-off-by: Jamie McCrae <spam@helper3000.net>