Add a DormantTimeoutEnabled to disable dormant mode entirely
commit066748c9cde058db4c12dec0675c036ac11d7e84
authorNick Mathewson <nickm@torproject.org>
Fri, 12 Mar 2021 13:40:26 +0000 (12 08:40 -0500)
committerDavid Goulet <dgoulet@torproject.org>
Wed, 17 Mar 2021 15:53:09 +0000 (17 11:53 -0400)
tree611902268bbf51261e86cb9454cd23b4be652a87
parente8d224dfb14a73e6b47ab09def56217f66a2ea46
Add a DormantTimeoutEnabled to disable dormant mode entirely

(If you need to do this in an older version you can just set
DormantClientTimeout to something huge.)

Closes #40228.
changes/ticket40228 [new file with mode: 0644]
doc/man/tor.1.txt
src/app/config/config.c
src/app/config/or_options_st.h
src/core/mainloop/mainloop.c
src/core/mainloop/netstatus.c
src/test/test_mainloop.c