You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
YANET Dataplane maintains a hash-table which binds a session five-tuple identifier with a real on which the session is handled.
And the hash table has a hard limit on a maximum length of a collision chain what means that any session record appended to such chain will be lost.
It was discovered that CRC32 used as hash function tends to relatively high count of the collision chain limit breakages and could be replaced with some more better-distributed function like city-hash.
The text was updated successfully, but these errors were encountered:
YANET Dataplane maintains a hash-table which binds a session five-tuple identifier with a real on which the session is handled.
And the hash table has a hard limit on a maximum length of a collision chain what means that any session record appended to such chain will be lost.
It was discovered that CRC32 used as hash function tends to relatively high count of the collision chain limit breakages and could be replaced with some more better-distributed function like city-hash.
The text was updated successfully, but these errors were encountered: