nyxnor / tor-ctrl

Raw use of tor's controller
Other
5 stars 3 forks source link

on tor-ctrl-stream, change `GETINFO circuit-status` to `SETEVENTS CIRC` #34

Open nyxnor opened 1 year ago

nyxnor commented 1 year ago

Test this option. The problem is if circuits were built long before and they won't appear with events, so use getinfo as fallback. Save events to a file and query the right circuit line. I think this may speed up a little bit and avoid calling the control port many times.