Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2017-07-13,master
commit a22495922df6d3227478dd59f4e120426b9f60b6 Author: Linus Lüssing linus.luessing@c0d3.blue Date: Tue Jun 21 18:58:26 2011 +0000
doc: batman-adv/OGM
a22495922df6d3227478dd59f4e120426b9f60b6 batman-adv/OGM.textile | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/batman-adv/OGM.textile b/batman-adv/OGM.textile index 70185358..65238ef2 100644 --- a/batman-adv/OGM.textile +++ b/batman-adv/OGM.textile @@ -287,6 +287,10 @@ h2. Resend OGMs with flags etc. of newest OGM
An accepted router with the highest sequence number has the most up-to-date information about 'Flags', 'Gateway Flags' (and also TT *?), they do not have to be stored once per router, once per originator entry is enough. And any rebroadcasted OGM could update these fields from the most-up-to-date router. Might make things a little more "complex".
+h2. Also aggregate different packet types + +For instance NDP + OGMs to reduce number of packets sent. + h2. Positive Feedback OGM rebroadcasting
When for any originator thes compared to the link quality used for the last rebroadcasted OGM, resend the same OGM but with the path TQ multiplied with the new, better link TQ value instead.