demikernel icon indicating copy to clipboard operation
demikernel copied to clipboard

[arp] Enable Multiple Waiters for the Same Address

Open ppenna opened this issue 3 years ago • 1 comments

Description

In the ARP cache, we should enable multiple waiters for the same address.

ppenna avatar Jul 02 '21 12:07 ppenna

We should fix this by having a proper "awaiting address resolution" queue for packets that don't know where they're going. We shouldn't hold back senders until address resolution completes. In other words, senders should never wait, so we won't need to have multiple waiters.

BrianZill avatar Mar 31 '22 23:03 BrianZill