VERSION
author Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
Tue, 02 Dec 2008 18:42:24 +0000
changeset 3970 8658841e4782
parent 3695 a60aeddab0fe
child 4595 13a5b15fbe34
permissions -rw-r--r--
Fix a couple of OLSR bugs (#415) - Added a lot more logging messages; - When "link sensing" tries to update a link tuple for a neighbor that has been removed, just re-add the neighbor, rather than silently failing; - The optimization of not recomputing the routing table if we think no state has changed has been removed: it turned out to be just too buggy and the code base makes it difficult to catch all places where a state mofication is done. Instead now we just recompute the table for any message processed, like the RFC says.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3695
a60aeddab0fe don't change VERSION
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3693
diff changeset
     1
3-dev