0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-20 04:15:19 +00:00
bird/proto/perf
Maria Matejka 878eeec12b Routing tables now have their own loops.
This basically means that:
* there are some more levels of indirection and asynchronicity, mostly
  in cleanup procedures, requiring correct lock ordering
* all the internal table operations (prune, next hop update) are done
  without blocking the other parts of BIRD
* the protocols may get their own loops very soon
2021-11-22 19:05:44 +01:00
..
config.Y Perf: allow testing with cached route attributes. 2019-10-09 17:47:14 +02:00
Doc Perf: Protocol to measure BIRD performance internally 2018-12-18 15:08:31 +01:00
Makefile Perf: Protocol to measure BIRD performance internally 2018-12-18 15:08:31 +01:00
parse.pl Perf: Protocol to measure BIRD performance internally 2018-12-18 15:08:31 +01:00
perf.c Routing tables now have their own loops. 2021-11-22 19:05:44 +01:00
perf.h Perf: changed route update pattern to be more like common protocols 2020-03-12 09:26:05 +01:00