feature24583 559 B

123456789
  1. o Minor features (testing, debugging):
  2. - For development purposes, Tor now has a mode in which it runs
  3. for a few seconds, then stops, and starts again without exiting
  4. the process. This mode is meant to help us debug various issues
  5. with ticket 23847. To use this feature, compile with
  6. --enable-restart-degbugging, and set the TOR_DEBUG_RESTART
  7. environment variable. This is expected to crash a lot, and is
  8. really meant for developers only. It will likely be removed in a future
  9. release. Implements ticket 24583.