aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-publish.1
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/gnunet-publish.1
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/gnunet-publish.1')
-rw-r--r--doc/man/gnunet-publish.14
1 files changed, 4 insertions, 0 deletions
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