- 25 Nov, 2011 2 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
- 21 Oct, 2011 2 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
- 18 Oct, 2011 3 commits
-
-
Juliusz Chroboczek authored
We used to allocate enough buffer space to send one full-size frame. Unfortunately, in large networks this causes our update coalescing strategy to fail, just where it is the most useful. Allocate enough buffers to fit a full update.
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
- 16 Oct, 2011 7 commits
-
-
Juliusz Chroboczek authored
Yeah, it's a hack.
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
Conflicts: message.c
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
Reported by Thomas McLure.
-
Juliusz Chroboczek authored
This avoids the quadratic behaviour of expire_sources.
-
Juliusz Chroboczek authored
Reported by Thomas McLure.
-
- 14 Oct, 2011 1 commit
-
-
Juliusz Chroboczek authored
-
- 11 Oct, 2011 1 commit
-
-
Juliusz Chroboczek authored
Only apply the normal amount of hysteresis.
-
- 08 Oct, 2011 2 commits
-
-
Juliusz Chroboczek authored
Reported by Dave Taht.
-
Juliusz Chroboczek authored
-
- 06 Oct, 2011 6 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
This changes the route table to be a sorted table of linked lists of routes to a given prefix, which makes most route operations behave in O(log n). Insertion and flushing of a prefix is still O(n), but these are fairly rare operations. A nice side-effect is that the route table is now private to route.c, which should make it easy to switch to a different data structure in the future.
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
This avoids warnings about being unable to determine things about nonexistent interfaces.
-
- 03 Oct, 2011 2 commits
-
-
Dave Taht authored
Setting the IPv6 dscp field to CS6 allows for babel packets to 'jump' a bufferbloated queue and get to a destination sooner. With the pfifo_fast qdisc (the default for ethernet), this 'does the right thing'. With mac80211 wireless, this moves babel packets into the VO queue, from which it is hopefully extracted and then multicast.
-
Juliusz Chroboczek authored
-
- 09 Sep, 2011 5 commits
-
-
Juliusz Chroboczek authored
-
Matthieu Boutier authored
-
Juliusz Chroboczek authored
-
Matthieu Boutier authored
-
Matthieu Boutier authored
-
- 30 Aug, 2011 1 commit
-
-
Juliusz Chroboczek authored
Thanks to Matthieu Boutier.
-
- 27 Aug, 2011 3 commits
-
-
Juliusz Chroboczek authored
Conflicts: CHANGES
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
IANA has changed Babel's allocation to 6696/UDP.
-
- 08 Aug, 2011 1 commit
-
-
Juliusz Chroboczek authored
Older Mac OS X doesn't have strnlen.
-
- 07 Aug, 2011 4 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-