tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit d9e775908876983747ea409b831367b1fe9b7fb9
parent 660f4b8f4a3ff84a02d679aea4a5af8ddd24e2de
Author: Mike Perry <mikeperry-git@torproject.org>
Date:   Mon, 30 Oct 2023 16:54:49 +0000

Bug 40878: Count a valid conflux linked cell as valid data

For vanguards addon.

Diffstat:
Msrc/core/or/conflux_pool.c | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/core/or/conflux_pool.c b/src/core/or/conflux_pool.c @@ -1975,6 +1975,9 @@ conflux_process_linked(circuit_t *circ, crypt_path_t *layer_hint, connection_ap_attach_pending(1); } + /* This cell is now considered valid for clients. */ + circuit_read_valid_data(TO_ORIGIN_CIRCUIT(circ), cell_len); + goto end; close: