mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-14 15:23:27 +01:00
9 lines
411 B
Plaintext
9 lines
411 B
Plaintext
|
o Code simplification and refactoring:
|
||
|
- When generating an event to send to the controller, we no longer
|
||
|
put the event over the network immediately. Instead, we queue
|
||
|
these events, and use a Libevent callback to deliver them.
|
||
|
This change simplifies Tor's callgraph by reducing the number
|
||
|
of functions from which all other Tor functions are reachable.
|
||
|
Closes ticket 16695.
|
||
|
|