apache / apache/trafficserver

Improve the hash algorithm for QUIC connection table

Open
#12,046 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.