inetstack icon indicating copy to clipboard operation
inetstack copied to clipboard

[tcp] Extraneous Hash Table Lookups from QDesc to Connection State

Open BrianZill opened this issue 2 years ago • 1 comments

Currently, getting from a Queue Descriptor to an Established connection takes two separate hash table lookups. These lookups occur for several different fast-path API calls, and presumably could be reduced to a single hash table lookup, or something even faster.

BrianZill avatar May 19 '22 22:05 BrianZill