diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2007-01-26 17:40:50 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2007-01-26 17:40:50 +0000 |
commit | 6509f2a92158a5ae0a602a01494b95b9b0c2820a (patch) | |
tree | d9b373292c4f4ebe349facbf75c8bebab22fdbe9 /usr.bin/getopt/getopt.1 | |
parent | bebe8c10e5e02a1f829ee1ad4638411fbe2442ec (diff) |
Massiv rework of the control imsg flow. Main changes:
- dedicated pipe between the SE and the RDE for control messages
- restartable RB tree dumps in the RDE
- queuing limits both in the SE and RDE
The result is a dramatic decrease of memory consumption on operations like
bgpctl show rib. Previously all messages where first stored in the RDE
then passed to the SE where they got queued in case bgpctl was not fast enough.
Now only a small number of messages is generated and passed to the SE and
the SE has an additional limit instead of acting like an infinite buffer.
Without this the bgpd on bgpd.networx.ch would not survive a single minute.
looks good henning@
Diffstat (limited to 'usr.bin/getopt/getopt.1')
0 files changed, 0 insertions, 0 deletions