From 4d7f6b075a012dcc71ccbef07c5a500f8997ed9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magdalena=20Grodzi=C5=84ska?= Date: Wed, 29 Jan 2020 23:06:22 +0100 Subject: Small fixes to README --- README.md | 6 ++++-- 1 file 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 -- cgit v1.2.3