From 3d0c618d997ea15b8c48145a3b383d87951353d4 Mon Sep 17 00:00:00 2001 From: Logan oos Even <46396513+Logan007@users.noreply.github.com> Date: Mon, 1 Nov 2021 17:20:09 +0545 Subject: [PATCH] updated Federation.md --- doc/Federation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/Federation.md b/doc/Federation.md index 3442346..a674d8a 100644 --- a/doc/Federation.md +++ b/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.