diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-05-18 21:19:58 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-05-18 21:19:58 +0000 |
commit | 4b18c3ea76b39fd6bf4a5aa4c7d203ae8acc8e15 (patch) | |
tree | 76f7d8477ae98b557e842a546bec69787a513c58 /doc/spec/tor-spec.txt | |
parent | e476e61ce0cb593f5f6dd1f3794fe970bbbda47b (diff) | |
download | tor-4b18c3ea76b39fd6bf4a5aa4c7d203ae8acc8e15.tar.gz tor-4b18c3ea76b39fd6bf4a5aa4c7d203ae8acc8e15.zip |
r12983@Kushana: nickm | 2007-05-18 16:46:15 -0400
Note that we do not permit you to exit to port 0, no matter what. Closes bug 409.
svn:r10211
Diffstat (limited to 'doc/spec/tor-spec.txt')
-rw-r--r-- | doc/spec/tor-spec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/spec/tor-spec.txt b/doc/spec/tor-spec.txt index 9f1da4fd38..49745ff5b9 100644 --- a/doc/spec/tor-spec.txt +++ b/doc/spec/tor-spec.txt @@ -611,7 +611,7 @@ see tor-design.pdf. where ADDRESS can be a DNS hostname, or an IPv4 address in dotted-quad format, or an IPv6 address surrounded by square brackets; - and where PORT is encoded in decimal. + and where PORT is a decimal integer between 1 and 65535, inclusive. [What is the [00] for? -NM] [It's so the payload is easy to parse out with string funcs -RD] |