Skip to content
Permalink
Browse files
save strean information as soon as client tried to connect
"SENTCONNECT"  / ; Sent a connect cell along a circuit
"SENTRESOLVE"  / ; Sent a resolve cell along a circuit

Now, stream does not need to succeed or be closed, it is better this way cause we can see all tried connections/resolves
  • Loading branch information
nyxnor committed Jan 28, 2022
1 parent 96ffbdf commit 62ead28cdf8de507cef34ef0d97d061fc3bbcbcd
Showing 1 changed file with 1 addition and 1 deletion.
@@ -46,7 +46,7 @@ EOF
REMAP)
target_clear="$(printf '%s\n' "${target} (${target_clear})")"
;;
CLOSED|SUCCEEDED)
SENTRESOLVE|SENTCONNECT)
[ -n "${target_clear}" ] && target="${target_clear}"
# shellcheck disable=SC2086
circuit_all="$(tor-ctrl -c "GETINFO circuit-status" ${cli_args})"

0 comments on commit 62ead28

Please sign in to comment.