commit abe7ffd1b498b0b39afe403bd615dd44e6d0a2bb Author: Neel Chauhan neel@neelc.org Date: Thu Apr 11 18:15:40 2019 -0400
Clarify about versions for QUERY_RATE_LIMITED --- control-spec.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/control-spec.txt b/control-spec.txt index 44a5a76..ed473f0 100644 --- a/control-spec.txt +++ b/control-spec.txt @@ -3216,7 +3216,8 @@ - "QUERY_RATE_LIMITED" - query for this service is rate-limited
For "QUERY_NO_HSDIR" or "QUERY_RATE_LIMITED", the HsDir will be set to - "UNKNOWN" which was introduced in tor 0.3.1.0-alpha. + "UNKNOWN" which was introduced in tor 0.3.1.0-alpha and 0.4.1.0-alpha + respectively.
If Action is "CREATED", Tor SHOULD send Replica field as well. The Replica field contains the replica number of the generated descriptor. The Replica @@ -3264,7 +3265,7 @@
If the fetch fails for the QUERY_NO_HSDIR or QUERY_RATE_LIMITED reason from the HS_DESC event, the HsDir is set to "UNKNOWN". This was introduced in - 0.3.1.0-alpha. + 0.3.1.0-alpha and 0.4.1.0-alpha respectively.
It's expected to receive a reply relatively fast as in it's the time it takes to fetch something over the Tor network. This can be between a
tor-commits@lists.torproject.org