MINOR: quic: remove TID ref from quic_conn
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 13 Apr 2023 09:48:38 +0000 (11:48 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 18 Apr 2023 14:20:47 +0000 (16:20 +0200)
commit66947283ba84b43f4f346924a35c7ba85e365c7e
treea79fafecc522ec9b389b8309a2316cc2a2d4a9e1
parentc2a9264f34ff29c70bf95cdcdff652d2c005cd1e
MINOR: quic: remove TID ref from quic_conn

Remove <tid> member in quic_conn. This is moved to quic_connection_id
instance.

For the moment, this change has no impact. Indeed, qc.tid reference
could easily be replaced by tid as all of this work was already done on
the connection thread. However, it is planified to support quic_conn
thread migration in the future, so removal of qc.tid will simplify this.

This should be backported up to 2.7.
include/haproxy/quic_conn-t.h
src/quic_conn.c
src/quic_sock.c