Mark TestingEstimatedDescriptorPropagationTime as obsolete.
commit42e31b5c45b5387d1c81067386373636bb8fd5c2
authorNick Mathewson <nickm@torproject.org>
Thu, 19 Dec 2019 16:04:48 +0000 (19 11:04 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 19 Dec 2019 16:04:48 +0000 (19 11:04 -0500)
treee0722390bdbe6995899ce30a17df67afb13783a9
parenta6ba56761b6dc22011eee015f371d37d7b399a64
Mark TestingEstimatedDescriptorPropagationTime as obsolete.

We stopped looking at this option in 85cf6dcba3693b, back when we
implemented the minimal pieces of prop275.  Since then, we've had
code to validate and adjust this option, and to give it a different
value in testing networks, but the option hasn't actually done
anything.

We can safely mark it as OBSOLETE, since doing so does not make any
old configuration get rejected.

Closes ticket 32807.
changes/ticket32807 [new file with mode: 0644]
doc/tor.1.txt
src/app/config/config.c
src/app/config/or_options_st.h
src/app/config/testnet.inc
src/test/test_options.c