mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
Minor manpage tweaks from weasel; closes #10058
This commit is contained in:
parent
d4af57a2c6
commit
e02230dd85
@ -18,16 +18,16 @@ SYNOPSIS
|
|||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
-----------
|
-----------
|
||||||
__tor__ is a connection-oriented anonymizing communication
|
Tor is a connection-oriented anonymizing communication
|
||||||
service. Users choose a source-routed path through a set of nodes, and
|
service. Users choose a source-routed path through a set of nodes, and
|
||||||
negotiate a "virtual circuit" through the network, in which each node
|
negotiate a "virtual circuit" through the network, in which each node
|
||||||
knows its predecessor and successor, but no others. Traffic flowing down
|
knows its predecessor and successor, but no others. Traffic flowing down
|
||||||
the circuit is unwrapped by a symmetric key at each node, which reveals
|
the circuit is unwrapped by a symmetric key at each node, which reveals
|
||||||
the downstream node. +
|
the downstream node. +
|
||||||
|
|
||||||
Basically __tor__ provides a distributed network of servers ("onion routers").
|
Basically, Tor provides a distributed network of servers or relays ("onion routers").
|
||||||
Users bounce their TCP streams -- web traffic, ftp, ssh, etc -- around the
|
Users bounce their TCP streams -- web traffic, ftp, ssh, etc. -- around the
|
||||||
routers, and recipients, observers, and even the routers themselves have
|
network, and recipients, observers, and even the relays themselves have
|
||||||
difficulty tracking the source of the stream.
|
difficulty tracking the source of the stream.
|
||||||
|
|
||||||
COMMAND-LINE OPTIONS
|
COMMAND-LINE OPTIONS
|
||||||
|
Loading…
Reference in New Issue
Block a user