diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-07-08 15:42:03 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-07-08 15:42:03 +0000 |
commit | 0a37e9522d4bfe51ec73f01fc9548dcd1c1e9bc9 (patch) | |
tree | b387bf7ad9a20d3d36d77b49dd80cef594c74793 /doc/tor-spec.txt | |
parent | f76989728ab8a0e05d68f62e536371684484337e (diff) | |
download | tor-0a37e9522d4bfe51ec73f01fc9548dcd1c1e9bc9.tar.gz tor-0a37e9522d4bfe51ec73f01fc9548dcd1c1e9bc9.zip |
note that TLS connections can be closed.
svn:r4525
Diffstat (limited to 'doc/tor-spec.txt')
-rw-r--r-- | doc/tor-spec.txt | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/doc/tor-spec.txt b/doc/tor-spec.txt index 66d7736879..e0e35a982c 100644 --- a/doc/tor-spec.txt +++ b/doc/tor-spec.txt @@ -95,16 +95,14 @@ TODO: (very soon) of TLS records MUST NOT leak information about the type or contents of the cells. - OR-to-OR connections are never deliberately closed. When an OR - starts or receives a new directory, it tries to open new - connections to any OR it is not already connected to. -[not true, unused OR conns close after 5 mins too -RD] - - OR-to-OP connections are not permanent. An OP should close a + TLS connections are not permanent. An OP or an OR may close a connection to an OR if there are no circuits running over the connection, and an amount of time (KeepalivePeriod, defaults to 5 minutes) has passed. + (As an exception, directory servers may try to stay connected to all of + the ORs.) + 3. Cell Packet format The basic unit of communication for onion routers and onion |