Frédéric Lécaille 84757e32e6 BUG/MEDIUM: quic: quic_cc_conn ->cntrs counters unreachable
This bug arrived with this commit in 2.9-dev3:

    MEDIUM: quic: Allow the quic_conn memory to be asap released.

When sending packets from quic_cc_conn_io_cb(), e.g. when the quic_conn
object has been released and replaced by a lighter one (quic_cc_conn),
some counters may have to be incremented. But they were not reachable
because not shared between quic_conn and quic_cc_conn struct.

To fix this, one has only to move the ->cntrs counters from quic_conn
to QUIC_CONN_COMMON struct which is shared between both quic_cc_conn

Thank you to Tristan for having reported this in GH #2247.

No need to backport.
2023-09-12 18:13:36 +02:00
..
2023-08-01 10:49:06 +02:00
…
2023-01-27 15:18:59 +01:00
…
…
…
…
…
…
…
…
2023-04-13 16:57:51 +02:00
…
…
…
…
…
…
…
…
2021-11-18 10:50:58 +01:00
…
…
…
2022-04-22 15:45:47 +02:00
…
…
…
…
…
…
…
…
…
…
…
2022-11-29 15:14:39 +01:00
…
…
…
…
…
…
…
…
…
2023-05-04 18:09:50 +02:00
…
…
2023-05-31 16:29:19 +02:00
…
…