inter-linked to specific section

This commit is contained in:
Logan oos Even 2021-01-12 18:30:16 +05:45 committed by GitHub
parent 8761ae849b
commit 22c7145375
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,4 +34,4 @@ An edge connects to the supernode with the lowest work-load and it is re-conside
Thanks to this last feature, n2n is now able to handle security attacks (e.g., 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, a [compile-time option](Building.md) is offered. Note, that workload distribution among supernodes is not so fair then.
To serve scenarios in which an edge is supposed to select the supernode by round trip time, i.e. choosing the "closest" one, a [compile-time option](https://github.com/ntop/n2n/blob/dev/doc/Building.md#federation--supernode-selection-by-round-trip-time) is offered. Note, that workload distribution among supernodes is not so fair then.