Skip to content
Commit 123ed979 authored by Vlad Yasevich's avatar Vlad Yasevich
Browse files

SCTP: Use hashed lookup when looking for an association.



A SCTP endpoint may have a lot of associations on them and walking
the list is fairly inefficient.  Instead, use a hashed lookup,
and filter out the hash list based on the endopoing we already have.

Signed-off-by: default avatarVlad Yasevich <vladislav.yasevich@hp.com>
parent 027f6e1a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment