]> git.ipfire.org Git - thirdparty/tor.git/commit
prop359: Add relay cell access functions
authorDavid Goulet <dgoulet@torproject.org>
Thu, 5 Oct 2023 15:13:35 +0000 (11:13 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 5 May 2025 17:05:45 +0000 (13:05 -0400)
commit4f57536f777613283ce443adafc316314aacb427
treec825f31e2f204e8c7fc15fe9b14871aab1c6696f
parent1d1b723cc11bbfb87298df3fea3836b98914034a
prop359: Add relay cell access functions

Author: David Goulet <dgoulet@torproject.org>
src/core/or/cell_st.h
src/core/or/include.am
src/core/or/relay.c
src/core/or/relay.h
src/core/or/relay_cell.c [new file with mode: 0644]
src/core/or/relay_cell.h [new file with mode: 0644]
src/test/test_sendme.c