mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-04 17:43:31 +01:00
361 B
361 B
@dir /app @brief app: top-level entry point for Tor
The "app" directory has Tor's main entry point and configuration logic, and is responsible for initializing and managing the other modules in Tor.
The modules in "app" are:
- \refdir{app/config} -- configuration and state for Tor
- \refdir{app/main} -- Top-level functions to invoke the rest or Tor.