You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However for use-cased where mesh of nodes are fully connected i.e) each node is single hop away. Consider this topology as special case when calculating the routes.
This topology is very common in case Kubernetes clusters, and weave-net consuming the mesh library can benefit from this optimised routing.
The text was updated successfully, but these errors were encountered:
Routes calculations is order of O(n_peers^2) was optimised in
weaveworks/weave#1773
weaveworks/weave#1761
However for use-cased where mesh of nodes are fully connected i.e) each node is single hop away. Consider this topology as special case when calculating the routes.
This topology is very common in case Kubernetes clusters, and weave-net consuming the mesh library can benefit from this optimised routing.
The text was updated successfully, but these errors were encountered: