commit 2b1d1812a58493ed484c255a48cc189d3eece79d Author: Roger Dingledine arma@torproject.org Date: Mon May 9 12:03:34 2016 -0400
kill the rest of hsdir_spread_accept with fire --- proposals/224-rend-spec-ng.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/proposals/224-rend-spec-ng.txt b/proposals/224-rend-spec-ng.txt index 989c741..70f05e9 100644 --- a/proposals/224-rend-spec-ng.txt +++ b/proposals/224-rend-spec-ng.txt @@ -684,10 +684,6 @@ Status: Draft hsdir_spread_store = an integer in range [1,128] with default value 3.
- hsdir_spread_accept = an integer in range [1,128] - with default value 12. -[XXX I think I obsoleted this spread_accept notion? -RD] - To determine where a given hidden service descriptor will be stored in a given period, after the blinded public key for that period is derived, the uploading or downloading party calculate @@ -1220,7 +1216,7 @@ Status: Draft
Recognized status values are: [00 00] -- Success: cell relayed to hidden service host. - [00 01] -- Failure: service ID not recognzied + [00 01] -- Failure: service ID not recognized [00 02] -- Failure: key ID not recognized [00 03] -- Bad message format
tor-commits@lists.torproject.org