trafficserver icon indicating copy to clipboard operation
trafficserver copied to clipboard

Improve the hash algorithm for QUIC connection table

Open maskit opened this issue 10 months ago • 0 comments

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.

maskit avatar Feb 19 '25 17:02 maskit