summaryrefslogtreecommitdiffstats
path: root/src/babel.c
AgeCommit message (Collapse)Author
2014-03-18Always update a route's nexthop as soon as the current nexthop is deleted ↵Matthias Schiffer
(and clean up the route update code a bit)
2014-03-18Update copyright yearsMatthias Schiffer
2014-03-18Add GMRF debug callsMatthias Schiffer
2014-03-18Compile options, -Wextra fixesMatthias Schiffer
2013-08-04Don't purge route entries before the purge timeout has passedMatthias Schiffer
2013-08-03Add a neighbour packet timeout to prevent new neighbours to be purged right ↵Matthias Schiffer
after a route request has been received
2013-08-01Simplify basic protocol, rename announces to routes, begin implementing ↵Matthias Schiffer
route request handling
2013-07-29Adapt to new gmrf APIMatthias Schiffer
2013-03-26Send announce and seqno requestsMatthias Schiffer
2013-03-24Initial nexthop maintenance implementationMatthias Schiffer
Mostly taken from the FFD project, and quite incomplete.
2013-03-24Add sending of updatesMatthias Schiffer
2013-03-22Add data structures and functions for announcementsMatthias Schiffer
2013-03-20Move send functions to a new source fileMatthias Schiffer
2013-03-19Move packet handling to a separate source fileMatthias Schiffer
2013-03-19Add gp_babel_packet_size() functionMatthias Schiffer
2013-03-19Add maintenance functionMatthias Schiffer
2013-03-18Implement hello and IHU sending and receivingMatthias Schiffer