demikernel icon indicating copy to clipboard operation
demikernel copied to clipboard

[inetstack] Support Fast Lookup for Bound Addresses and Ports

Open ppenna opened this issue 2 years ago • 1 comments

Context

We currently miss a fast lookup mechanism to determine whether or not a given address/port pair is bound.

Proposed Solution

We should introduce some structure that would enable us to quickly determine if a given address/port pair is bound.

Alternative Solutions

We can consider refactoring existing structures to provide this semantic.

ppenna avatar May 26 '22 18:05 ppenna

Whatever solution we end up with here should support matching the unspecified address (a.k.a. INADDR_ANY) with any specific address. See Issue demikernel/demikernel#189.

BrianZill avatar May 27 '22 08:05 BrianZill