Skip to content

Commit

Permalink
Update CHANGES for 1.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jech committed Dec 8, 2011
1 parent 906f624 commit ff03fc6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
babeld-1.3 (unreleased):
8 December 2011: babeld-1.3.0

* 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
a slight cost in memory usage.
* Changed the update sending strategy to use buffers large enough for
a full update. This makes the duplicate suppression mechanism
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
configuration files.

Expand Down

0 comments on commit ff03fc6

Please sign in to comment.