From 16247cb65dd990f927d4adf5f5ce1de435a7aedf Mon Sep 17 00:00:00 2001 From: vyzo Date: Mon, 31 Jul 2017 14:03:46 +0300 Subject: [PATCH] docs/config: document relay options License: MIT Signed-off-by: vyzo --- docs/config.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/config.md b/docs/config.md index d9aef79f0..e1ab78177 100644 --- a/docs/config.md +++ b/docs/config.md @@ -102,7 +102,7 @@ A boolean value. If set to true, all block reads from disk will be hashed and ve - `BloomFilterSize` A number representing the size in bytes of the blockstore's bloom filter. A value of zero represents the feature being disabled. -Default: `0` +Default: `0` - `Params` Extra parameters for datastore construction, not currently used. @@ -228,3 +228,9 @@ improvement, as well as a reduction in memory usage. - `DisableNatPortMap` Disable NAT discovery. +- `DisableRelay` +Disables the p2p-circuit relay transport. + +- `EnableRelayHop` +Enables HOP relay for the node. If this is enabled, the node will act as +an intermediate (Hop Relay) node in relay circuits for connected peers.