Improve the hash algorithm for QUIC connection table
Open
QUIC
Stale
- Dominant language
- C++
- Stars
- 2k
- Forks
- 874
- Avg merge
- 6d 15h
- Merged PRs (30d)
- 46
Description
QUIC connection table is a hash table and the key is a QUIC connection ID. Because the initial ID for a connection is generated on the client side, it is possible to cause hash collisions intentionally. The hash algorithm needs to be improved.
We don't have a CVE number for this because our QUIC implementation is still experimental. We need to address this before we call our QUIC support production-ready.
Contributor guide
Assessment
This issue has not been assessed yet.