]> git.proxmox.com Git - mirror_frr.git/commit - ospfd/ospf_lsa.h
ospfd: Fast OSPF convergence
authorMichael Rossberg <michael.rossberg@tu-ilmenau.de>
Mon, 27 Jul 2015 05:56:25 +0000 (07:56 +0200)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 9 Jun 2016 14:20:20 +0000 (10:20 -0400)
commit16e56a14321c0690178816353373adac02d2c0b2
treebab61e3350577160fe7f9641c5fbd20804846684
parent588d1f8e9b0e7c709d754121f5b713c76a243fd1
ospfd: Fast OSPF convergence

When considering small networks that have extreme requirements on
availability and thus convergence delay, the timers given in the OSPF RFC
seem a little “conservative”, i.e., the delay between accepted LSAs and the
rate at which LSAs are sent.  Cisco introduced two commands 'timers throttle
lsa all’ and 'timers lsa arrival’, which allow operators to tune these
parameters.

I have been writing a patch to also support 'timers lsa arrival’ fully and
‘timers throttle lsa all’ (without the throttling part) also in quagga.
ospfd/ospf_flood.c
ospfd/ospf_lsa.c
ospfd/ospf_lsa.h
ospfd/ospf_packet.c
ospfd/ospfd.c
ospfd/ospfd.h