diff options
author | Roger Dingledine <arma@torproject.org> | 2008-02-21 09:01:32 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-02-21 09:01:32 +0000 |
commit | b3c0d066e535d33d9ed271e92eb30cdefb18385e (patch) | |
tree | 9ce0e2aac1bdc8e5b5fca86629ffac57ccd71095 /doc/design-paper/blocking.tex | |
parent | a60f7caa5490a38bd67d01ae65fb08c51250cd87 (diff) | |
download | tor-b3c0d066e535d33d9ed271e92eb30cdefb18385e.tar.gz tor-b3c0d066e535d33d9ed271e92eb30cdefb18385e.zip |
other cleanups that have been sitting in my sandbox
svn:r13649
Diffstat (limited to 'doc/design-paper/blocking.tex')
-rw-r--r-- | doc/design-paper/blocking.tex | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/design-paper/blocking.tex b/doc/design-paper/blocking.tex index 56153aa524..c05df692c3 100644 --- a/doc/design-paper/blocking.tex +++ b/doc/design-paper/blocking.tex @@ -25,7 +25,7 @@ %\newcommand{\workingnote}[1]{(**#1)} % makes the note visible. \date{} -\title{Design of a blocking-resistant anonymity system} +\title{Design of a blocking-resistant anonymity system\\DRAFT} %\author{Roger Dingledine\inst{1} \and Nick Mathewson\inst{1}} \author{Roger Dingledine \\ The Tor Project \\ arma@torproject.org \and @@ -46,7 +46,8 @@ itself, blocked users can no longer benefit from the security Tor offers. Here we describe a design that builds upon the current Tor network to provide an anonymizing network that resists blocking -by government-level attackers. +by government-level attackers. We have implemented and deployed this +design, and talk briefly about early use. \end{abstract} @@ -194,7 +195,7 @@ currently~\cite{clayton:pet2006}: certain strings or patterns in TCP packets. Offending packets can be dropped, or can trigger a response like closing the connection. -\item Block a destination by listing its IP address at a +\item Block certain IP addresses or destination ports at a firewall or other routing control point. \item Intercept DNS requests and give bogus responses for certain destination hostnames. |