commit f69589490f2a82fa12e74860475f394c33d5d0d6 Author: David Goulet dgoulet@torproject.org Date: Fri Jan 27 11:46:59 2017 -0500
prop224: Add the can't relay cell status to INTRODUCE_ACK
Current implementation added that status to indicate to the client that the IP can't relay the INTRODUCE cell to the service.
Signed-off-by: David Goulet dgoulet@torproject.org --- proposals/224-rend-spec-ng.txt | 1 + 1 file changed, 1 insertion(+)
diff --git a/proposals/224-rend-spec-ng.txt b/proposals/224-rend-spec-ng.txt index 72093b3..4ef1ae3 100644 --- a/proposals/224-rend-spec-ng.txt +++ b/proposals/224-rend-spec-ng.txt @@ -1528,6 +1528,7 @@ Table of contents: [00 00] -- Success: cell relayed to hidden service host. [00 01] -- Failure: service ID not recognized [00 02] -- Bad message format + [00 03] -- Can't relay cell to service
3.3. Processing an INTRODUCE2 cell at the hidden service. [PROCESS_INTRO2]
tor-commits@lists.torproject.org