aboutsummaryrefslogtreecommitdiff
path: root/doc/tor-spec.txt
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2003-10-21 09:49:39 +0000
committerRoger Dingledine <arma@torproject.org>2003-10-21 09:49:39 +0000
commit0e137e413f48dcbd54c80b4083df75fb39068e13 (patch)
tree51fe8f0faa982c48a3d5c3e3be5d3f41f1a0b1c0 /doc/tor-spec.txt
parent069227db5b2be6af84ff2f225234f8485d2295f6 (diff)
downloadtor-0e137e413f48dcbd54c80b4083df75fb39068e13.tar
tor-0e137e413f48dcbd54c80b4083df75fb39068e13.tar.gz
APPort is now SocksPort
svn:r644
Diffstat (limited to 'doc/tor-spec.txt')
-rw-r--r--doc/tor-spec.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tor-spec.txt b/doc/tor-spec.txt
index 5536a1c76..7a0542afb 100644
--- a/doc/tor-spec.txt
+++ b/doc/tor-spec.txt
@@ -442,7 +442,7 @@ which reveals the downstream node.
(Unless otherwise noted, tokens on the same line are space-separated.)
Router ::= Router-Line Date-Line Onion-Key Link-Key Signing-Key Exit-Policy Router-Signature NL
-Router-Line ::= "router" nickname address ORPort APPort DirPort bandwidth NL
+Router-Line ::= "router" nickname address ORPort SocksPort DirPort bandwidth NL
Date-Line ::= "published" YYYY-MM-DD HH:MM:SS NL
Onion-key ::= "onion-key" NL a public key in PEM format NL
Link-key ::= "link-key" NL a public key in PEM format NL
@@ -454,7 +454,7 @@ Signature ::= "-----BEGIN SIGNATURE-----" NL
Base-64-encoded-signature NL "-----END SIGNATURE-----" NL
ORport ::= port where the router listens for routers/proxies (speaking cells)
-APPort ::= where the router listens for applications (speaking socks)
+SocksPort ::= where the router listens for applications (speaking socks)
DirPort ::= where the router listens for directory download requests
bandwidth ::= maximum bandwidth, in bytes/s