Add a DormantTimeoutEnabled to disable dormant mode entirely
commit08a1b4d6b160e0ebed379e66927114498e66122a
authorNick Mathewson <nickm@torproject.org>
Fri, 12 Mar 2021 13:40:26 +0000 (12 08:40 -0500)
committerDavid Goulet <dgoulet@torproject.org>
Tue, 23 Mar 2021 13:40:58 +0000 (23 09:40 -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