0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-10 05:08:42 +00:00
bird/proto/bgp
Maria Matejka 571c4f69bf More efficient IO loop event execution to avoid long loops
If there are lots of loops in a single thread and only some of the loops
are actually active, the other loops are now kept aside and not checked
until they actually get some timers, events or active sockets.

This should help with extreme loads like 100k tables and protocols.

Also ping and loop pickup mechanism was allowing subtle race
conditions. Now properly handling collisions between loop ping and pickup.
2023-04-04 17:00:59 +02:00
..
attrs.c Resource dumps also write out block addresses 2023-04-04 17:00:59 +02:00
bgp.c More efficient IO loop event execution to avoid long loops 2023-04-04 17:00:59 +02:00
bgp.h Route feed marks only the relevant pending exports as done 2023-04-04 17:00:58 +02:00
config.Y Fixed unwanted reloads while reconfiguring protocols with import table on 2023-04-04 17:00:58 +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 VRF setting reduced to one argument, using default dummy iface for default vrf 2023-01-25 13:33:31 +01:00