diff options
author | Paul Syverson <syverson@itd.nrl.navy.mil> | 2005-02-06 13:49:16 +0000 |
---|---|---|
committer | Paul Syverson <syverson@itd.nrl.navy.mil> | 2005-02-06 13:49:16 +0000 |
commit | 7e1d8002f6a96f91f0b495346fef6fb4051421a0 (patch) | |
tree | 94746a4c6a95b7b76e2e88a75bf2e7b412cf41dd /doc/design-paper/challenges.tex | |
parent | a64b03a4fd2b7b146f4d5f8985229c7bd56d8721 (diff) | |
download | tor-7e1d8002f6a96f91f0b495346fef6fb4051421a0.tar.gz tor-7e1d8002f6a96f91f0b495346fef6fb4051421a0.zip |
stab at an opening paragraph
svn:r3569
Diffstat (limited to 'doc/design-paper/challenges.tex')
-rw-r--r-- | doc/design-paper/challenges.tex | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/doc/design-paper/challenges.tex b/doc/design-paper/challenges.tex index 5cc8ede51c..bee744bef1 100644 --- a/doc/design-paper/challenges.tex +++ b/doc/design-paper/challenges.tex @@ -42,8 +42,18 @@ scalable network. \section{Introduction} -Tor is a low-latency anonymous communication overlay network designed -to be practical and usable for protecting TCP streams over the +Anonymous communication is full of surprises. In this paper we will +tell you about some of them. We will describe the challenges arising +from our experiences with deploying, Tor, a low-latency anonymous general +purpose communication system. We will discuss some of the difficulties +we have experienced, how we have met them or, when we have some idea, +how we plan to meet them. We will also discuss some tough open +problems that have not given us any trouble in our current deployment. +We will describe both those future challenges that we intend to and +those that we have decided not to explore and why. + +Tor is an overlay network, designed +to be practical and usable, for protecting TCP streams over the Internet~\cite{tor-design}. We have been operating a publicly deployed Tor network since October 2003 that has grown to over a hundred volunteer nodes and sometimes as much as 80 megabits of average traffic per second. |