[Olsr-dev] Changing Fisheye (was: Seeking comments: OLSR+ETX v/s DSR+ETX)
Sven-Ola Tücke
(spam-protected)
Sat Dec 29 12:48:07 CET 2007
Hey,
I changed my mind on that. We will have a faster startup if fisheye is
disabled initially and activated after a couple of minutes.
// Sven-Ola
On Fri Dec 21 22:25:02 CET 2007, Henning wrote:
I think your comment just let me find a bug in olsrd. In
file "src/lq_packet.c"
the TTL list for fisheye metric is defined as
static int ttl_list[] = { 2, 8, 2, 16, 2, 8, 2, MAX_TTL};
Wouldn't it be better to make it this way, so the first TC of a node
can update the whole network ?
static int ttl_list[] = { MAX_TTL, 2, 8, 2, 16, 2, 8, 2 };
If not it might take multiple TCs until you even reach parts of the
network the first time.
Henning
More information about the Olsr-dev
mailing list