aboutsummaryrefslogtreecommitdiff
path: root/doc/man
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-04-03 13:47:56 +0000
committerChristian Grothoff <christian@grothoff.org>2011-04-03 13:47:56 +0000
commit8c23a185ee8d3c16c5552668dced851f82986041 (patch)
tree83f59d2190ffadcdc5643ba36578b2c6766b0e42 /doc/man
parent1888cd7da7ae5e2c32faf66d3bef47ac7d225b35 (diff)
downloadgnunet-8c23a185ee8d3c16c5552668dced851f82986041.tar.gz
gnunet-8c23a185ee8d3c16c5552668dced851f82986041.zip
changing datastore API to support replication level --- not fully implemented --- and adding GNUNET_FS_BlockOptions struct to replace prio/anonymity/expiration+replication args
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/gnunet-pseudonym.16
-rw-r--r--doc/man/gnunet-publish.14
2 files changed, 9 insertions, 1 deletions
diff --git a/doc/man/gnunet-pseudonym.1 b/doc/man/gnunet-pseudonym.1
index 30e7c4145..5d3c41b62 100644
--- a/doc/man/gnunet-pseudonym.1
+++ b/doc/man/gnunet-pseudonym.1
@@ -55,7 +55,11 @@ Set the priority of the namespace advertisement (default: 365). If the local da
55Do not print the list of pseudonyms (only perform create or delete operation). 55Do not print the list of pseudonyms (only perform create or delete operation).
56 56
57.TP 57.TP
58\fB\-r IDENTIFIER\fR, \fB\-\-root=IDENTIFIER\fR 58\fB\-r \fILEVEL\fR, \fB\-\-replication=\fILEVEL\fR
59Set the desired replication level. If CONTENT_PUSHING is set to YES, GNUnet will push each block (for the file) LEVEL times to other peers before doing nomral "random" replication of all content. This option can be used to push some content out into the network harder. Note that pushing content LEVEL times into the network does not guarantee that there will actually be LEVEL replicas.
60
61.TP
62\fB\-R IDENTIFIER\fR, \fB\-\-root=IDENTIFIER\fR
59Specify the identifier for the root of the namespace. Used in the namespace advertisement to tell users that find the namespace advertisement about an entry\-point into the namespace (use with \-C). Advertisements are only created if "\-C" and "\-r" are specified. 63Specify the identifier for the root of the namespace. Used in the namespace advertisement to tell users that find the namespace advertisement about an entry\-point into the namespace (use with \-C). Advertisements are only created if "\-C" and "\-r" are specified.
60 64
61.TP 65.TP
diff --git a/doc/man/gnunet-publish.1 b/doc/man/gnunet-publish.1
index df2059629..22bd4ae74 100644
--- a/doc/man/gnunet-publish.1
+++ b/doc/man/gnunet-publish.1
@@ -78,6 +78,10 @@ Set the priority of the published content (default: 365). If the local database
78For the top\-level directory or file, create an SBlock that places the file into the namespace specified by the pseudonym NAME. 78For the top\-level directory or file, create an SBlock that places the file into the namespace specified by the pseudonym NAME.
79 79
80.TP 80.TP
81\fB\-r \fILEVEL\fR, \fB\-\-replication=\fILEVEL\fR
82Set the desired replication level. If CONTENT_PUSHING is set to YES, GNUnet will push each block (for the file) LEVEL times to other peers before doing nomral "random" replication of all content. This option can be used to push some content out into the network harder. Note that pushing content LEVEL times into the network does not guarantee that there will actually be LEVEL replicas.
83
84.TP
81\fB\-s\fR, \fB\-\-simulate-only\fR 85\fB\-s\fR, \fB\-\-simulate-only\fR
82When this option is used, gnunet\-publish will not actually publish the file but just simulate what would be done. This can be used to compute the GNUnet URI for a file without actually sharing it. 86When this option is used, gnunet\-publish will not actually publish the file but just simulate what would be done. This can be used to compute the GNUnet URI for a file without actually sharing it.
83 87