]> git.ipfire.org Git - thirdparty/tor.git/commit
Add relay cell format field to circuits
authorNick Mathewson <nickm@torproject.org>
Thu, 17 Apr 2025 17:24:44 +0000 (13:24 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 5 May 2025 17:07:04 +0000 (13:07 -0400)
commit22d55e324900d34c970038fbd4e792f1e3d774d0
tree2375b0810fd1778fba6e041a411d65df1cf4b8b2
parent3c5d23d1b6313e6dfe2a931a24039fb5466d0921
Add relay cell format field to circuits

For client circuits, it is a per-hop field;
for OR circuits, it is a per-circuit field.
src/core/mainloop/cpuworker.c
src/core/or/crypt_path.c
src/core/or/crypt_path_st.h
src/core/or/or_circuit_st.h
src/feature/hs/hs_circuit.c