mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-04 17:43:31 +01:00
12 lines
361 B
Markdown
12 lines
361 B
Markdown
@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.
|