0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-12-23 10:11:53 +00:00
bird/proto/bgp
Maria Matejka e994aa93c7 Task deferrer: kinda more dumb-resistant macro
Originally, this mechanism required to check whether there's enough time to work
and then to send an event. This macro combines all the logic and goes more straightforwardly
to the _end_ of the export processing loop.

One should note that there were two cases where the export processing loop
was deferred at the _beginning_, which led to ignoring some routes on
reimports. This wasn't easily noticeable in the tests until the one-task
limit got a ceiling on 300 ms to keep reasonable latency.
2024-06-24 09:42:03 +02:00
..
attrs.c Task deferrer: kinda more dumb-resistant macro 2024-06-24 09:42:03 +02:00
bgp.c BGP: export table stores routes, reloads and shows in CLI. 2024-06-24 09:42:03 +02:00
bgp.h BGP: export table stores routes, reloads and shows in CLI. 2024-06-24 09:42:03 +02:00
config.Y BGP: export table stores routes, reloads and shows in CLI. 2024-06-24 09:42:03 +02:00
Doc Doc: Rename code documentation files back to Doc 2018-12-14 02:03:42 +01:00
Makefile Simplified the protocol hookup code in Makefiles 2022-08-18 22:07:30 +02:00
packets.c BGP: export table stores routes, reloads and shows in CLI. 2024-06-24 09:42:03 +02:00