From: Daniele Furlan Date: Mon, 6 Jun 2011 22:45:55 +0000 (+0200) Subject: batman-adv: accept delayed rebroadcasts to avoid bogus routing under heavy load X-Git-Tag: v3.1-rc1~316^2~412^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1829fa0c380ccf48a7b96795a6d4a01698d02a6;p=pandora-kernel.git batman-adv: accept delayed rebroadcasts to avoid bogus routing under heavy load When a link is saturated (re)broadcasts of OGMs are delayed. Under heavy load this delay may exceed the orig interval which leads to OGMs being dropped (the code would only accept an OGM rebroadcast if it arrived before the next OGM was broadcasted). With this patch batman-adv will also accept delayed OGMs in order to avoid a bogus influence on the routing metric. Signed-off-by: Daniele Furlan Signed-off-by: Sven Eckelmann --- Reading git-diff-tree failed