diff options
author | teor <teor2345@gmail.com> | 2017-03-02 16:38:21 +1100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-03-04 23:22:34 -0500 |
commit | f24638aa49bfd127c43f7ba12e91dd278b6f3264 (patch) | |
tree | 858f732899e9a6a8d586a763240276d82293a396 /changes | |
parent | 9af76a958316ce58485d12bf0e519fc79c0e4999 (diff) | |
download | tor-f24638aa49bfd127c43f7ba12e91dd278b6f3264.tar.gz tor-f24638aa49bfd127c43f7ba12e91dd278b6f3264.zip |
Log a message when a hidden service has fewer intro points than expected
Closes ticket 21598.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/feature21598 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/feature21598 b/changes/feature21598 new file mode 100644 index 0000000000..317ace4bcf --- /dev/null +++ b/changes/feature21598 @@ -0,0 +1,4 @@ + o Minor feature (hidden services): + - Log a message when a hidden service descriptor has fewer introduction + points than specified in HiddenServiceNumIntroductionPoints. + Closes ticket 21598. |