aboutsummaryrefslogtreecommitdiff
path: root/doc/rend-spec.txt
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-03-31 02:07:38 +0000
committerNick Mathewson <nickm@torproject.org>2004-03-31 02:07:38 +0000
commit6ea61d5e0dd7a5990ab2a5a8198cef425718f81f (patch)
tree7ed4d3dda872d0caa280242dfad8eda471f6d83c /doc/rend-spec.txt
parent670aeb6c8d894cb99a809fd7cc4f516cd0e54933 (diff)
downloadtor-6ea61d5e0dd7a5990ab2a5a8198cef425718f81f.tar
tor-6ea61d5e0dd7a5990ab2a5a8198cef425718f81f.tar.gz
Parse and generate service descriptors
svn:r1403
Diffstat (limited to 'doc/rend-spec.txt')
-rw-r--r--doc/rend-spec.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/rend-spec.txt b/doc/rend-spec.txt
index 0130d4967..9c7ad34c2 100644
--- a/doc/rend-spec.txt
+++ b/doc/rend-spec.txt
@@ -108,13 +108,13 @@ Tor Rendezvous Spec
KL Key length [2 octets]
PK Bob's public key [KL octets]
- TS A timestamp [8 octets]
+ TS A timestamp [4 octets]
NI Number of introduction points [2 octets]
Ipt A list of NUL-terminated OR nicknames [variable]
SIG Signature of above fields [KL octets]
KL is the length of PK, in octets. (Currently, KL must be 128.)
- TS is the number of milliseconds elapsed since Jan 1, 1970.
+ TS is the number of seconds elapsed since Jan 1, 1970.
[Shouldn't the nicknames be hostname:port's instead? That way, Alice's
directory servers don't need to know Bob's chosen introduction points.