aboutsummaryrefslogtreecommitdiffstats
path: root/khash.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement basic lease managementThomas Gschwantner2019-06-121-0/+21
|
* Use hashtable to match ll-ip with pubkeyThomas Gschwantner2019-06-021-0/+627
The link-local IP is always /128, so using a hashtable is more appropriate here. We only use the lower 64 bits as key, since the first 64 bits of link-local addresses are always the same.