]> git.kaiwu.me - haproxy.git/commit
MEDIUM: quic: flag listener for local accept
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 26 Jan 2022 10:56:48 +0000 (11:56 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 26 Jan 2022 10:59:12 +0000 (11:59 +0100)
commit683b5fc7b86567a32c3b29543813daadfb0c023f
tree751129a8fe4fdb983b3a8e8b1668da6f460b0908
parent7f7713d6ef1ee00e7b6f1eb2aee58be6bd92f8a2
MEDIUM: quic: flag listener for local accept

QUIC connections are distributed accross threads by xprt-quic according
to their CIDs. As such disable the thread selection in listener_accept
for QUIC listeners.

This prevents connection from migrating to another threads after its
allocation which can results in unexpected side-effects.
src/proto_quic.c