summaryrefslogtreecommitdiffstats
path: root/src/neigh.c
AgeCommit message (Collapse)Author
2013-08-04Delete nexthop entries when a neighbour is resetMatthias Schiffer
2013-08-03Re-enable wildcard route requests for new neighboursMatthias Schiffer
They had been disabled in the last commit by accident.
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-03Add gp_babel_since helperMatthias Schiffer
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-24Initial nexthop maintenance implementationMatthias Schiffer
Mostly taken from the FFD project, and quite incomplete.
2013-03-18Implement hello and IHU sending and receivingMatthias Schiffer