]> git.ipfire.org Git - thirdparty/tor.git/commit
Make extend_info_supports_ntor_v3 correct.
authorNick Mathewson <nickm@torproject.org>
Mon, 2 Jun 2025 21:05:08 +0000 (17:05 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 10 Jun 2025 23:06:47 +0000 (19:06 -0400)
commit22c4a2d5db421b684f2ff11d6c84b5046edb871d
tree0eaeed0649b551bc379d1feaa573b5094e4d70fd
parent76040d86911323e90a5905fd9d429d9687291104
Make extend_info_supports_ntor_v3 correct.

Previously it returned true if the extend_info was for an exit where we
intended to use congestion control, which is not exactly the same thing
as supporting ntor v3.
src/core/or/extend_info_st.h
src/core/or/extendinfo.c
src/core/or/or.h
src/core/or/versions.c
src/feature/nodelist/nodelist.c
src/test/test_ntor_v3.c