relay: Remove dirport reachability self test
commit38649b4f9522d5fc2b186d2a02cefb9abaefc519
authorDavid Goulet <dgoulet@torproject.org>
Wed, 17 Feb 2021 16:00:14 +0000 (17 11:00 -0500)
committerDavid Goulet <dgoulet@torproject.org>
Mon, 22 Feb 2021 13:52:06 +0000 (22 08:52 -0500)
treefe48cc31653b7178c3566e28786c2c9ea565f075
parentc0589d06be698ea864e2c58e40ffda0f228440d4
relay: Remove dirport reachability self test

Regular relays are about to get their DirPort removed so that reachability
test is not useful anymore

Authorities will still use the DirPort but because network reentry towards
their DirPort is now denied network wide, this test is not useful anymore and
so it should simply be considered reachable at all time.

Part of #40282

Signed-off-by: David Goulet <dgoulet@torproject.org>
src/core/mainloop/mainloop.c
src/core/or/circuitbuild.c
src/core/or/circuituse.c
src/feature/dirclient/dirclient.c
src/feature/relay/relay_periodic.c
src/feature/relay/selftest.c
src/feature/relay/selftest.h
src/feature/stats/predict_ports.c