0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-12-22 09:41:54 +00:00
bird/proto
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
..
aggregator Expanded usage of stdbool.h to the whole BIRD 2024-03-25 09:39:58 +01:00
babel Babel: Fix build with limited set of protocols 2024-03-19 15:39:46 +01:00
bfd CLI: Add timeformat command 2024-11-07 15:08:51 +01:00
bgp BMP: simplified update queuing and better memory performance 2024-12-02 03:38:17 +01:00
bmp BMP: simplified update queuing and better memory performance 2024-12-02 03:38:17 +01:00
l3vpn MPLS: Update to support and use 64bit source id 2023-10-04 15:00:24 +02:00
mrt Client: Add support for completion of command options 2024-03-05 19:04:10 +01:00
ospf OSPF: Allow loopback nexthop in OSPFv3-IPv4 2024-04-04 18:37:26 +02:00
perf Nest: Fix several issues with pflags 2023-01-01 20:10:23 +01:00
pipe BGP: Add received role value to role mismatch log message 2023-01-20 15:55:47 +01:00
radv Structures bytestring and adata merged into adata. 2023-09-20 14:03:05 +02:00
rip Trivial code cleanups 2024-01-22 06:29:14 +01:00
rpki RPKI: refactored pdu to host byte order conversion 2024-11-28 14:19:47 +01:00
static ASPA: basic data structures and Static protocol support 2024-03-25 14:15:30 +01:00
Doc BMP protocol support 2023-04-16 20:05:15 +02:00