aboutsummaryrefslogtreecommitdiff
path: root/doc/handbook/chapters/user.texi
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-04-20 21:45:25 +0200
committerChristian Grothoff <christian@grothoff.org>2019-04-20 21:45:25 +0200
commit32485c3b58983ada1943b3fa27eac3b0cff2a9da (patch)
tree1e439c5054194faef2f52a86f16a7c13f5f5aa20 /doc/handbook/chapters/user.texi
parent5fab02b10baef639121723aacf3b1351e5db8003 (diff)
downloadgnunet-32485c3b58983ada1943b3fa27eac3b0cff2a9da.tar.gz
gnunet-32485c3b58983ada1943b3fa27eac3b0cff2a9da.zip
try to address #5660:
Diffstat (limited to 'doc/handbook/chapters/user.texi')
-rw-r--r--doc/handbook/chapters/user.texi16
1 files changed, 11 insertions, 5 deletions
diff --git a/doc/handbook/chapters/user.texi b/doc/handbook/chapters/user.texi
index 37c5849ab..55518bc34 100644
--- a/doc/handbook/chapters/user.texi
+++ b/doc/handbook/chapters/user.texi
@@ -1054,8 +1054,17 @@ anonymity level of "1" means that anonymous routing is desired, but no
1054particular amount of cover traffic is necessary. A powerful adversary 1054particular amount of cover traffic is necessary. A powerful adversary
1055might thus still be able to deduce the origin of the traffic using 1055might thus still be able to deduce the origin of the traffic using
1056traffic analysis. Specifying higher anonymity levels increases the 1056traffic analysis. Specifying higher anonymity levels increases the
1057amount of cover traffic required. While this offers better privacy, 1057amount of cover traffic required.
1058it can also significantly hurt performance. 1058
1059The specific numeric value (for anonymity levels above 1) is simple:
1060Given an anonymity level L (above 1), each request FS makes on your
1061behalf must be hidden in L-1 equivalent requests of cover traffic
1062(traffic your peer routes for others) in the same time-period. The
1063time-period is twice the average delay by which GNUnet artificially
1064delays traffic.
1065
1066While higher anonymity levels may offer better privacy, they can also
1067significantly hurt performance.
1059 1068
1060@node Content Priority 1069@node Content Priority
1061@subsubsection Content Priority 1070@subsubsection Content Priority
@@ -2324,6 +2333,3 @@ service offered by that peer, you can create an IP tunnel to
2324that peer by specifying the peer's identity, service name and 2333that peer by specifying the peer's identity, service name and
2325protocol (--tcp or --udp) and you will again receive an IP address 2334protocol (--tcp or --udp) and you will again receive an IP address
2326that will terminate at the respective peer's service. 2335that will terminate at the respective peer's service.
2327
2328
2329