mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
we added more AP conns, oops
svn:r1569
This commit is contained in:
parent
736bc9628e
commit
8e686d0c72
@ -44,9 +44,10 @@ char *conn_state_to_string[][_CONN_TYPE_MAX+1] = {
|
|||||||
"", /* 3 */
|
"", /* 3 */
|
||||||
"", /* 4 */
|
"", /* 4 */
|
||||||
"awaiting dest info", /* app, 5 */
|
"awaiting dest info", /* app, 5 */
|
||||||
"waiting for safe circuit", /* 6 */
|
"waiting for rendezvous desc", /* 6 */
|
||||||
"waiting for connected", /* 7 */
|
"waiting for safe circuit", /* 7 */
|
||||||
"open" }, /* 8 */
|
"waiting for connected", /* 8 */
|
||||||
|
"open" }, /* 9 */
|
||||||
{ "ready" }, /* dir listener, 0 */
|
{ "ready" }, /* dir listener, 0 */
|
||||||
{ "", /* dir, 0 */
|
{ "", /* dir, 0 */
|
||||||
"connecting", /* 1 */
|
"connecting", /* 1 */
|
||||||
|
Loading…
Reference in New Issue
Block a user