0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-10 21:28:43 +00:00
bird/proto
Maria Matejka 94eb0858c2 Converting the former BFD loop to a universal IO loop and protocol loop.
There is a simple universal IO loop, taking care of events, timers and
sockets. Primarily, one instance of a protocol should use exactly one IO
loop to do all its work, as is now done in BFD.

Contrary to previous versions, the loop is now launched and cleaned by
the nest/proto.c code, allowing for a protocol to just request its own
loop by setting the loop's lock order in config higher than the_bird.

It is not supported nor checked if any protocol changed the requested
lock order in reconfigure. No protocol should do it at all.
2021-11-22 19:05:43 +01:00
..
babel Split route data structure to storage (ro) / manipulation (rw) structures. 2021-11-09 19:20:41 +01:00
bfd Converting the former BFD loop to a universal IO loop and protocol loop. 2021-11-22 19:05:43 +01:00
bgp Converting the former BFD loop to a universal IO loop and protocol loop. 2021-11-22 19:05:43 +01:00
mrt Suppressed MRT unused static function warning 2021-11-09 19:20:41 +01:00
ospf Split route data structure to storage (ro) / manipulation (rw) structures. 2021-11-09 19:20:41 +01:00
perf Split route data structure to storage (ro) / manipulation (rw) structures. 2021-11-09 19:20:41 +01:00
pipe Table import and export are now explicit hooks. 2021-11-22 18:33:53 +01:00
radv Split route data structure to storage (ro) / manipulation (rw) structures. 2021-11-09 19:20:41 +01:00
rip Split route data structure to storage (ro) / manipulation (rw) structures. 2021-11-09 19:20:41 +01:00
rpki Special table hooks rectified. 2021-11-22 19:05:43 +01:00
static Table import and export are now explicit hooks. 2021-11-22 18:33:53 +01:00
Doc Doc: Rename code documentation files back to Doc 2018-12-14 02:03:42 +01:00