Browse Source

updated Federation.md

pull/887/head
Logan oos Even 3 years ago
committed by GitHub
parent
commit
3d0c618d99
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      doc/Federation.md

2
doc/Federation.md

@ -37,3 +37,5 @@ An edge connects to the supernode with the lowest work-load and it is re-conside
Thanks to this feature, n2n is now able to handle security attacks such as DoS against supernodes and it can redistribute the entire load of the network in a fair manner between all the supernodes.
To serve scenarios in which an edge is supposed to select the supernode by round trip time, i.e. choosing the "closest" one, the `--select-rtt` command line option is available at the edge. Note, that workload distribution among supernodes might not be so fair then.
Furthermore, `--select-mac` would switch to a MAC address based selection strategy choosing the supernode active with the lowest MAC address.

Loading…
Cancel
Save