This is an automated email from the git hooks/post-receive script.
dgoulet pushed a change to branch main in repository tor.
from d5306e107f Merge branch 'tor-gitlab/mr/715' new 03d63bc7bd Add a conflux helper to log conflux sets. new 176f0929bb Add conflux logs to diagnose cases where RTTs are absent/zero. new ff59e2f490 Add BUG() macro to marked edge reads new da50d21c42 Bug 40801: Send LINKED_ACK before attaching streams new 6a513e2ff5 Bug 40801: Do not change read state of marked conns new 0149c1ff98 Bug 40801: Add changes file new dbd37c0e7b Bug 40810: Improve validation checks to ignore 0-RTT legs new 5d63842e86 Bug 40810: Avoid using 0 RTT legs new 7ffda7512d Changes file for bug40810 new 44368a727a Merge branch 'tor-gitlab/mr/721'
The 10 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
Summary of changes: changes/bug40801 | 10 +++++ changes/bug40810 | 4 ++ src/core/or/conflux.c | 21 ++++++--- src/core/or/conflux_pool.c | 106 ++++++++++++++++++++++++++++++++++++++++----- src/core/or/conflux_pool.h | 3 ++ src/core/or/conflux_util.c | 42 +++++++++++++----- src/core/or/relay.c | 8 ++-- 7 files changed, 162 insertions(+), 32 deletions(-) create mode 100644 changes/bug40801 create mode 100644 changes/bug40810