Discussion:
when is the topology stable?
李茂
2014-03-13 08:11:48 UTC
Permalink
we all know the route calculate by the topology.the algorithm should get the stable topology ,then calculate the route.I want to know how the algorithm know it has got a stable topology?whether is there a flag that indicate tolopogy has been stable?please help,thanks.
Henning Rogge
2014-03-13 10:37:47 UTC
Permalink
It does not.

The routing daemon calculates the routes based on the current topology
data. When new data arrives, the routes are recalculated.

Henning Rogge
Post by 李茂
we all know the route calculate by the topology.the algorithm should get the
stable topology ,then calculate the route.I want to know how the algorithm
know it has got a stable topology?whether is there a flag that indicate
tolopogy has been stable?please help,thanks.
--
Olsr-users mailing list
https://lists.olsr.org/mailman/listinfo/olsr-users
--
Olsr-users mailing list
Olsr-***@lists.olsr.org
https://lists.o
Henning Rogge
2014-03-13 11:34:13 UTC
Permalink
Hi,

the DIjkstra-Algorithm is pretty cheap in terms of CPU power.

Henning
Thanks a lot.
A node knows the whole topology by getting the TC messages.The time that all
TC messages arrive a same node is different,meaning that a node always
receives TC messages,so the topology always changes.If the route caculation
is depend on the current topology,then a node caculate the route all the
time.This will lead to a big cost.if the algorithm caculate the route by the
convergence topology,not current topology,this may be better.
------------------ 原始邮件 ------------------
发送时间: 2014年3月13日(星期四) 晚上6:37
主题: Re: [Olsr-users] when is the topology stable?
It does not.
The routing daemon calculates the routes based on the current topology
data. When new data arrives, the routes are recalculated.
Henning Rogge
Post by 李茂
we all know the route calculate by the topology.the algorithm should get the
stable topology ,then calculate the route.I want to know how the algorithm
know it has got a stable topology?whether is there a flag that indicate
tolopogy has been stable?please help,thanks.
--
Olsr-users mailing list
https://lists.olsr.org/mailman/listinfo/olsr-users
--
Olsr-users mailing list
Olsr-***@lists.olsr.org
https://lists.
Loading...