[tor-commits] [torspec/master] HS_DESC's HSAddress can be 'UNKNOWN'
atagar at torproject.org
atagar at torproject.org
Mon May 11 19:08:22 UTC 2015
commit 17f3fe08176fc5be9d6dac6ab86bf98921c52589
Author: Damian Johnson <atagar at torproject.org>
Date: Sat May 9 11:52:34 2015 -0700
HS_DESC's HSAddress can be 'UNKNOWN'
Commit ba30c1d accidently reverted dgoulet's change from aaf2434 to note that
HSFETCH can result in the address being 'UNKNOWN'.
---
control-spec.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/control-spec.txt b/control-spec.txt
index 8a55e94..cf2608c 100644
--- a/control-spec.txt
+++ b/control-spec.txt
@@ -2725,7 +2725,7 @@
Action = "REQUESTED" / "UPLOAD" / "RECEIVED" / "UPLOADED" / "IGNORE" /
"FAILED"
- HSAddress = 16*Base32Character
+ HSAddress = 16*Base32Character / "UNKNOWN"
AuthType = "NO_AUTH" / "BASIC_AUTH" / "STEALTH_AUTH" / "UNKNOWN"
HsDir = LongName / Fingerprint
DescriptorID = 32*Base32Character
More information about the tor-commits
mailing list