0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-19 20:05:21 +00:00
bird/proto/bfd
Maria Matejka 22a0900ec2 BFD: fixed a request pickup race condition
When several BGPs requested a BFD session in short time, chances were
that the second BGP would file a request while the pickup routine was
still running and it would get enqueued into the waiting list instead of
being picked up.

Fixed this by enforcing pickup loop restart when new requests got added,
and also by atomically moving the unpicked requests to a temporary list
to announce admin down before actually being added into the wait list.
2023-04-06 12:48:02 +02:00
..
bfd.c BFD: fixed a request pickup race condition 2023-04-06 12:48:02 +02:00
bfd.h BFD: fixed a request pickup race condition 2023-04-06 12:48:02 +02:00
config.Y Merge commit '94eb0858' into thread-next 2022-07-18 12:33:00 +02:00
Doc Doc: Rename code documentation files back to Doc 2018-12-14 02:03:42 +01:00
Makefile Merge commit 'd2c1036a42881d413ec97203ede92a69f8cd218f' into thread-next 2022-09-09 13:15:50 +02:00
packets.c Sockets: Unified API for main and other loops 2023-04-04 17:00:59 +02:00