mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge branch 'decouple_controller_events_squashed'
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user