
commit 358e8ac97811ff2ad6de34f84fb59a92612b4a08 Author: Nick Mathewson <nickm@torproject.org> Date: Mon Apr 7 22:22:57 2014 -0400 Document new PT_MISSING reason for ending an OR_CONN (See #9665 for more background.) --- control-spec.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/control-spec.txt b/control-spec.txt index f9c4934..08ece42 100644 --- a/control-spec.txt +++ b/control-spec.txt @@ -1535,7 +1535,7 @@ Reason = "MISC" / "DONE" / "CONNECTREFUSED" / "IDENTITY" / "CONNECTRESET" / "TIMEOUT" / "NOROUTE" / - "IOERROR" / "RESOURCELIMIT" + "IOERROR" / "RESOURCELIMIT" / "PT_MISSING" NumCircuits counts both established and pending circuits. @@ -1565,6 +1565,7 @@ IOERROR -- We got some other IO error on our connection to the OR. RESOURCELIMIT -- We don't have enough operating system resources (file descriptors, buffers, etc) to connect to the OR. + PT_MISSING -- No pluggable transport was available. MISC -- The OR connection closed for some other reason. [First added ID parameter in 0.2.5.2-alpha]