m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagdalena Grodzińska <mag.grodzinska@gmail.com>2020-01-29 23:06:22 +0100
committerMagdalena Grodzińska <mag.grodzinska@gmail.com>2020-01-29 23:06:22 +0100
commit4d7f6b075a012dcc71ccbef07c5a500f8997ed9c (patch)
tree13d8e1b925d9f4d15870ff5bb54eb05ac52d523d
parentc964ff60a53ec57c4da02bce9cb7d8ef5cb3f806 (diff)
Small fixes to README
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index d4689c3..5000d06 100644
--- a/README.md
+++ b/README.md
@@ -41,10 +41,11 @@ Flags:
* port - public UDP port, default: 5999
* timeout - UDP server timeout, default: 5 * 1000
* bufsize - UDP message buffer size, default: 512
-* zoneSelectionStrategy - zone selection strategy for gossiping, default: RandomUniform
+* zoneSelectionStrategy - zone selection strategy for gossiping, default: RandomUniform,
available options: RoundRobinExp, RoundRobinUniform, RandomExp, RandomUniform
* zonePath - zone pathname of agent, default: /uw/violet07
-* publicKeyFilename - path to public key file, relative to root of project, default: build/tmp/query_signer.pub
+* publicKeyFilename - path to public key file, relative to root of project,
+ default: build/tmp/query_signer.pub
### Client
@@ -75,6 +76,7 @@ Flags:
* ownAddr - public IP address or domain name of agent/fetcher machine
* fallbackContacts - initialize fallback contacts, default: {}, example:
+
-DfallbackContacts=\{\"/uw/violet07\":[192,168,0,11]}
### Interpreter