From 8c23a185ee8d3c16c5552668dced851f82986041 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 3 Apr 2011 13:47:56 +0000 Subject: changing datastore API to support replication level --- not fully implemented --- and adding GNUNET_FS_BlockOptions struct to replace prio/anonymity/expiration+replication args --- doc/man/gnunet-pseudonym.1 | 6 +++++- doc/man/gnunet-publish.1 | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'doc') 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 Do not print the list of pseudonyms (only perform create or delete operation). .TP -\fB\-r IDENTIFIER\fR, \fB\-\-root=IDENTIFIER\fR +\fB\-r \fILEVEL\fR, \fB\-\-replication=\fILEVEL\fR +Set 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. + +.TP +\fB\-R IDENTIFIER\fR, \fB\-\-root=IDENTIFIER\fR Specify 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. .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 @@ -77,6 +77,10 @@ Set the priority of the published content (default: 365). If the local database \fB\-P \fINAME\fR, \fB\-\-pseudonym=\fINAME\fR For the top\-level directory or file, create an SBlock that places the file into the namespace specified by the pseudonym NAME. +.TP +\fB\-r \fILEVEL\fR, \fB\-\-replication=\fILEVEL\fR +Set 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. + .TP \fB\-s\fR, \fB\-\-simulate-only\fR When 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. -- cgit v1.2.3