Commit ff03fc66 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Update CHANGES for 1.3.0.

parent 906f624e
babeld-1.3 (unreleased): 8 December 2011: babeld-1.3.0
* Made the route table into a sorted array, and use binary sort for * Made the route table into a sorted array, and use binary sort for
searching for routes. This makes most route operations O(log n), at searching for routes. This makes most route operations O(log n), at
...@@ -6,6 +6,8 @@ babeld-1.3 (unreleased): ...@@ -6,6 +6,8 @@ babeld-1.3 (unreleased):
* Changed the update sending strategy to use buffers large enough for * Changed the update sending strategy to use buffers large enough for
a full update. This makes the duplicate suppression mechanism a full update. This makes the duplicate suppression mechanism
effective in large networks, at a small cost in memory usage. effective in large networks, at a small cost in memory usage.
* Rate-limit the reaction to wildcard requests. This avoids an update
storm at boot in large networks.
* Fixed a bug that prevented usage of the "default" keyword in * Fixed a bug that prevented usage of the "default" keyword in
configuration files. configuration files.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment