Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/get-started/infrastructure/node/topology.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ A minimal version of this file looks like this:
"valency": 1,
"warmValency": 2,
"trustable": true,
"behindFirewall": false,
"diffusionMode": "InitiatorAndResponder"
}
],
Expand Down Expand Up @@ -110,6 +111,9 @@ A minimal version of this file looks like this:
Local permission corresponds to the value of the advertise parameter.
On the other hand, 'remote permission' is tied to the `PeerSharing` value associated with the remote address, which is ascertained after the initial handshake between nodes.

* The `behindFirewall` is an optional field.
If activated, the node will not attempt to initiate outbound connections to the specified peers.
Instead, it will wait for the peers behind a firewall to establish the connection.

* Local root groups shall be non-overlapping.

Expand Down
Loading