Merge remote-tracking branch 'mikeperry/bug23101-mergeready-squashed'

This commit is contained in:
Nick Mathewson
2018-01-19 17:28:10 -05:00
11 changed files with 696 additions and 50 deletions
+4
View File
@@ -0,0 +1,4 @@
o Major features (Onion Services):
- Provide torrc options to pin the second and third hops of onion service
circuits to a list of nodes. The option HSLayer2Guards pins the second hop,
and the option HSLayer3Guards pins the third hop. Closes ticket 13837.
+3
View File
@@ -0,0 +1,3 @@
o Minor features (Performance):
- Support predictive circuit building for onion service circuits with
multiple layers of guards. Closes ticket 23101.