aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/or.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-07-02 10:15:04 -0400
committerNick Mathewson <nickm@torproject.org>2020-07-02 10:15:04 -0400
commit2e98e881178470201ed23ef381b0e9ede4f4f613 (patch)
treeb8368a6a497032f73eae225abc6029328febd763 /src/core/or/or.h
parent20d1a1cdbd9d4a3d21e80c62027522505731189a (diff)
parent18fa53fdf4e2b35ceee54c317e989bdbc31183d5 (diff)
downloadtor-2e98e881178470201ed23ef381b0e9ede4f4f613.tar.gz
tor-2e98e881178470201ed23ef381b0e9ede4f4f613.zip
Merge branch 'maint-0.4.4'
Diffstat (limited to 'src/core/or/or.h')
-rw-r--r--src/core/or/or.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/or/or.h b/src/core/or/or.h
index 7e02da6648..d80c41371e 100644
--- a/src/core/or/or.h
+++ b/src/core/or/or.h
@@ -220,7 +220,8 @@ struct curve25519_public_key_t;
#define END_OR_CONN_REASON_IO_ERROR 7 /* read/write error */
#define END_OR_CONN_REASON_RESOURCE_LIMIT 8 /* sockets, buffers, etc */
#define END_OR_CONN_REASON_PT_MISSING 9 /* PT failed or not available */
-#define END_OR_CONN_REASON_MISC 10
+#define END_OR_CONN_REASON_TLS_ERROR 10 /* Problem in TLS protocol */
+#define END_OR_CONN_REASON_MISC 11
/* Reasons why we (or a remote OR) might close a stream. See tor-spec.txt for
* documentation of these. The values must match. */