diff options
| author | Damian Johnson <atagar@torproject.org> | 2015-05-09 11:52:34 -0700 |
|---|---|---|
| committer | Damian Johnson <atagar@torproject.org> | 2015-05-09 11:56:56 -0700 |
| commit | 17f3fe08176fc5be9d6dac6ab86bf98921c52589 (patch) | |
| tree | f4161f0d4a6cc985b19cea03321e3c0116e27b61 | |
| parent | ba30c1df4a11248c0a6c9b458530a7985ae41fac (diff) | |
HS_DESC's HSAddress can be 'UNKNOWN'15975
Commit ba30c1d accidently reverted dgoulet's change from aaf2434 to note that
HSFETCH can result in the address being 'UNKNOWN'.
| -rw-r--r-- | control-spec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
