mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-22 06:21:55 +01:00
note that TLS connections can be closed.
svn:r4525
This commit is contained in:
parent
f76989728a
commit
0a37e9522d
1 changed files with 4 additions and 6 deletions
|
@ -95,16 +95,14 @@ TODO: (very soon)
|
||||||
of TLS records MUST NOT leak information about the type or contents
|
of TLS records MUST NOT leak information about the type or contents
|
||||||
of the cells.
|
of the cells.
|
||||||
|
|
||||||
OR-to-OR connections are never deliberately closed. When an OR
|
TLS connections are not permanent. An OP or an OR may close a
|
||||||
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
|
|
||||||
connection to an OR if there are no circuits running over the
|
connection to an OR if there are no circuits running over the
|
||||||
connection, and an amount of time (KeepalivePeriod, defaults to 5
|
connection, and an amount of time (KeepalivePeriod, defaults to 5
|
||||||
minutes) has passed.
|
minutes) has passed.
|
||||||
|
|
||||||
|
(As an exception, directory servers may try to stay connected to all of
|
||||||
|
the ORs.)
|
||||||
|
|
||||||
3. Cell Packet format
|
3. Cell Packet format
|
||||||
|
|
||||||
The basic unit of communication for onion routers and onion
|
The basic unit of communication for onion routers and onion
|
||||||
|
|
Loading…
Add table
Reference in a new issue