diff options
author | Magdalena Grodzińska <mag.grodzinska@gmail.com> | 2020-01-29 23:06:22 +0100 |
---|---|---|
committer | Magdalena Grodzińska <mag.grodzinska@gmail.com> | 2020-01-29 23:06:22 +0100 |
commit | 4d7f6b075a012dcc71ccbef07c5a500f8997ed9c (patch) | |
tree | 13d8e1b925d9f4d15870ff5bb54eb05ac52d523d /README.md | |
parent | c964ff60a53ec57c4da02bce9cb7d8ef5cb3f806 (diff) |
Small fixes to README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |