Displaying 1 result from an estimated 1 matches for "sssp".
Did you mean:
sssd
2015 Jul 27
0
Any possibilities to generate SSSP by edge weights rather than number of hops
Hello,
The code here https://github.com/gsliepen/tinc/blob/master/src/graph.c#L150-L233
looks like the SSSP for indirect data forwarding is generated by
looking for the minimal number of hops.
Is there any possibilities or plan to generate the SSSP by using the
weights of edges.
And, is there any plan to add an option to allow indirect data
forwards if the direct UDP channel is worse than the forwarded...