Skip to content

Commit

Permalink
update consistant_hash proposal
Browse files Browse the repository at this point in the history
Signed-off-by: kangmingfa <[email protected]>
  • Loading branch information
bfforever committed Jul 28, 2024
1 parent ea68d5f commit 6702e6a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/proposal/consistent_hash.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ use hash value get an table index, which is <code>index=hash%len(table)</code>;
</ol>


##### maglev lookup table
Use a compact table, table entry is bit width of endpoint count.
For the table size default is 16381.

#### L4 implement
<ol>
<li>(saddr,daddr,sport,dport,protocol)-->hash</li>
Expand Down

0 comments on commit 6702e6a

Please sign in to comment.