]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: schedule UPDATE generation smarter
authorQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 10 Nov 2017 22:03:58 +0000 (17:03 -0500)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Thu, 30 Nov 2017 21:18:06 +0000 (16:18 -0500)
commitb785b7addab8cdd124c14a7abdf7b6d7dca104c8
tree834be2e429f0a737646e2d66a9b9f2a4d7e7e2fb
parent9773a576bdb86b81a1190a515bf90cccfc3c3067
bgpd: schedule UPDATE generation smarter

No need to schedule a job to generate more packets until we're done with
the ones we've got. Shaves a few percent off convergence time.
bgpd/bgp_io.c