diff --git a/doc/Federation.md b/doc/Federation.md index a8817c8..49bbef4 100644 --- a/doc/Federation.md +++ b/doc/Federation.md @@ -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. \ No newline at end of file +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.