aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-04-20 11:08:52 +0000
committerng0 <ng0@n0.is>2019-04-20 11:08:52 +0000
commitb2ecb146cfd0cb78f95f37d9a9e04d687ffb976e (patch)
tree8373647b2d376a3599c1a76a7a0dc18f9e09b76f /doc
parente719520ad6f3f4ad6f694525f5a018044d83a279 (diff)
downloadgnunet-b2ecb146cfd0cb78f95f37d9a9e04d687ffb976e.tar.gz
gnunet-b2ecb146cfd0cb78f95f37d9a9e04d687ffb976e.zip
syntax
Diffstat (limited to 'doc')
-rw-r--r--doc/man/gnunet-auto-share.110
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/gnunet-auto-share.1 b/doc/man/gnunet-auto-share.1
index 00b627d87..48ae9dd73 100644
--- a/doc/man/gnunet-auto-share.1
+++ b/doc/man/gnunet-auto-share.1
@@ -30,7 +30,7 @@ gnunet\-auto\-share has many options in common with gnunet\-publish, but can onl
30You can use automatic meta\-data extraction (based on libextractor). 30You can use automatic meta\-data extraction (based on libextractor).
31.Bl -tag -width Ds 31.Bl -tag -width Ds
32.It Fl a Ar LEVEL | Fl \-anonymity= Ns Ar LEVEL 32.It Fl a Ar LEVEL | Fl \-anonymity= Ns Ar LEVEL
33The \fB\-a\fR option can be used to specify additional anonymity constraints. 33This option can be used to specify additional anonymity constraints.
34If set to 0, GNUnet will publish the file non-anonymously and in fact sign the advertisement for the file using your peer's private key. 34If set to 0, GNUnet will publish the file non-anonymously and in fact sign the advertisement for the file using your peer's private key.
35This will allow other users to download the file as fast as possible, including using non-anonymous methods (DHT, direct transfer). 35This will allow other users to download the file as fast as possible, including using non-anonymous methods (DHT, direct transfer).
36If you set it to 1 (default), you use the standard anonymous routing algorithm (which does not explicitly leak your identity). 36If you set it to 1 (default), you use the standard anonymous routing algorithm (which does not explicitly leak your identity).
@@ -41,11 +41,11 @@ Note that regardless of the anonymity level you choose, peers that cache content
41The definition of the ANONYMITY LEVEL is the following. 41The definition of the ANONYMITY LEVEL is the following.
420 means no anonymity is required. 420 means no anonymity is required.
43Otherwise a value of 'v' means that 1 out of v bytes of "anonymous" traffic can be from the local user, leaving 'v-1' bytes of cover traffic per byte on the wire. 43Otherwise a value of 'v' means that 1 out of v bytes of "anonymous" traffic can be from the local user, leaving 'v-1' bytes of cover traffic per byte on the wire.
44Thus, if GNUnet routes n bytes of messages from foreign peers (using anonymous routing), it may originate n/(v-1) bytes of data in the same time\-period. 44Thus, if GNUnet routes n bytes of messages from foreign peers (using anonymous routing), it may originate n/(v-1) bytes of data in the same time-period.
45The time\-period is twice the average delay that GNUnet defers forwarded queries. 45The time-period is twice the average delay that GNUnet defers forwarded queries.
46.Pp 46.Pp
47The default is 1 and this should be fine for most users. 47The default is 1 and this should be fine for most users.
48Also notice that if you choose very large values, you may end up having no throughput at all, especially if many of your fellow GNUnet\-peers all do the same. 48Also notice that if you choose very large values, you may end up having no throughput at all, especially if many of your fellow GNUnet-peers all do the same.
49.It Fl c Ar FILENAME | Fl \-config= Ns Ar FILENAME 49.It Fl c Ar FILENAME | Fl \-config= Ns Ar FILENAME
50Use alternate config file (if this option is not specified, the default is ~/.config/gnunet.conf). 50Use alternate config file (if this option is not specified, the default is ~/.config/gnunet.conf).
51.It Fl D | \-disable-extractor 51.It Fl D | \-disable-extractor
@@ -72,7 +72,7 @@ This option can be used to push some content out into the network harder.
72Note that pushing content LEVEL times into the network does not guarantee that there will actually be LEVEL replicas. 72Note that pushing content LEVEL times into the network does not guarantee that there will actually be LEVEL replicas.
73.It Fl V | \-verbose 73.It Fl V | \-verbose
74Be verbose. 74Be verbose.
75Using this option causes gnunet\-publish to print progress information and at the end the file identification that can be used to download the file from GNUnet. 75Using this option causes gnunet-publish to print progress information and at the end the file identification that can be used to download the file from GNUnet.
76.It Fl v | \-version 76.It Fl v | \-version
77Print the version number. 77Print the version number.
78.El 78.El