diff options
author | David Goulet <dgoulet@torproject.org> | 2019-05-09 13:01:15 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-05-20 08:56:34 -0400 |
commit | dcc1d8d15bf11ca1c4e2760bbc47d5fa3df3814d (patch) | |
tree | e7cb11d55a4e1fd38490eca480823c38998dc205 /src/test/test_hs_intropoint.c | |
parent | 590d97bc1065bdb93c70695c91de9c548ef802af (diff) | |
download | tor-dcc1d8d15bf11ca1c4e2760bbc47d5fa3df3814d.tar.gz tor-dcc1d8d15bf11ca1c4e2760bbc47d5fa3df3814d.zip |
hs: Get rid of duplicate hs_cell_introd_ack_status_t
This enum was the exact same as hs_intro_ack_status_t that was removed at the
previous commit. It was used client side when parsing the INTRODUCE_ACK cell.
Now, the entire code dealing with the INTRODUCE_ACK cell (both sending and
receiving) have been modified to all use the same ABI defined in the trunnel
introduce1 file.
Finally, the client will default to the normal behavior when receiving an
unknown NACK status code which is to note down that we've failed and re-extend
to the next intro point. This way, unknown status code won't trigger a
different behavior client side.
Part of #30454.
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/test/test_hs_intropoint.c')
0 files changed, 0 insertions, 0 deletions