0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-12-22 09:41:54 +00:00
bird/proto/bgp
Maria Matejka e6a100b31a BMP: simplified update queuing and better memory performance
This commit is quite a substantial rework of the underlying layers in
BMP TX:

- several unnecessary layers of indirection dropped, including most of
  the original BMP's buffer machinery
- all messages are now written directly into one protocol's buffer
  allocated for the whole time big enough to fit every possible message
- output blocks are allocated by pages and immediately returned when
  used, improving the overall memory footprint
- no intermediary allocation is done from the heap altogether
- there is a documented and configurable limit on the TX queue size
2024-12-02 03:38:17 +01:00
..
attrs.c ASPA: basic data structures and Static protocol support 2024-03-25 14:15:30 +01:00
bgp.c BGP: Add RFC 9687 to list of supported RFCs 2024-11-07 15:07:22 +01:00
bgp.h BMP: simplified update queuing and better memory performance 2024-12-02 03:38:17 +01:00
config.Y RPKI: Polishing of ASPA syntax and documentation 2024-11-26 18:11:39 +01: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 BMP: simplified update queuing and better memory performance 2024-12-02 03:38:17 +01:00