diff options
author | George Kadianakis <desnacked@riseup.net> | 2020-10-20 13:26:19 +0300 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2020-10-20 13:26:19 +0300 |
commit | 19302a1dfd8da73ff86b0c36534221b71c501c32 (patch) | |
tree | 22fab1d6f4fbc963a0c263b2ea19357a92efdea5 /changes | |
parent | f7adf3653ff313d45d70bed7c0fdcdd0d64f29ab (diff) | |
parent | cb4cedae686bd227d42997840b3a6b0b3bc5e936 (diff) | |
download | tor-19302a1dfd8da73ff86b0c36534221b71c501c32.tar.gz tor-19302a1dfd8da73ff86b0c36534221b71c501c32.zip |
Merge remote-tracking branch 'tor-gitlab/mr/148' into master
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket25061 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket25061 b/changes/ticket25061 new file mode 100644 index 0000000000..9ab0e660bb --- /dev/null +++ b/changes/ticket25061 @@ -0,0 +1,6 @@ + o Minor features (bootstrap reporting): + - When reporting bootstrapping status on a relay, do not consider + connections that have never been the target of an origin circuit. + Previously, all connection failures were treated as potential + bootstrapping failures, including those that had been opened because of + client requests. Closes ticket 25061. |