mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
redo the state descriptors now that we have a controller-wait state
svn:r3934
This commit is contained in:
parent
561cd28f99
commit
c2a05e1ca9
@ -56,10 +56,11 @@ const char *conn_state_to_string[][_CONN_TYPE_MAX+1] = {
|
||||
"", /* 4 */
|
||||
"awaiting dest info", /* app, 5 */
|
||||
"waiting for rendezvous desc", /* 6 */
|
||||
"waiting for safe circuit", /* 7 */
|
||||
"waiting for connected", /* 8 */
|
||||
"waiting for resolve", /* 9 */
|
||||
"open" }, /* 10 */
|
||||
"waiting for controller", /* 7 */
|
||||
"waiting for safe circuit", /* 8 */
|
||||
"waiting for connected", /* 9 */
|
||||
"waiting for resolve", /* 10 */
|
||||
"open" }, /* 11 */
|
||||
{ "ready" }, /* dir listener, 0 */
|
||||
{ "", /* dir, 0 */
|
||||
"connecting", /* 1 */
|
||||
|
Loading…
Reference in New Issue
Block a user