0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-19 20:05:21 +00:00
bird/proto/rpki
Maria Matejka 836e857b30 Sockets: Unified API for main and other loops
Now sk_open() requires an explicit IO loop to open the socket in. Also
specific functions for socket RX pause / resume are added to allow for
BGP corking.

And last but not least, socket reloop is now synchronous to resolve
weird cases of the target loop stopping before actually picking up the
relooped socket. Now the caller must ensure that both loops are locked
while relooping, and this way all sockets always have their respective
loop.
2023-04-04 17:00:59 +02:00
..
config.Y RPKI has its own loop 2021-11-22 19:05:44 +01:00
Doc RPKI protocol with one cache server per protocol 2016-12-07 09:35:24 +01:00
Makefile Simplified the protocol hookup code in Makefiles 2022-08-18 22:07:30 +02:00
packets.c Merge commit '3fd1f461' into thread-next 2022-09-26 12:21:33 +02:00
packets.h RPKI: fixed some of the extended warnings 2016-12-07 15:35:35 +01:00
rpki.c Merge commit '54430df9' into thread-next 2022-11-07 10:09:01 +01:00
rpki.h Merge commit '3fd1f461' into thread-next 2022-09-26 12:21:33 +02:00
ssh_transport.c Sockets: Unified API for main and other loops 2023-04-04 17:00:59 +02:00
tcp_transport.c Sockets: Unified API for main and other loops 2023-04-04 17:00:59 +02:00
transport.c Sockets: Unified API for main and other loops 2023-04-04 17:00:59 +02:00
transport.h RPKI: Allow build without libSSH 2020-02-04 10:15:35 +01:00