index
:
gmrf/proto/babel
master
Implementation of a protocol similar to BABEL based on GMRF
Matthias Schiffer <mschiffer@universe-factory.net>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2013-08-04
There is no reason to keep a hello seqno for each interface separately
Matthias Schiffer
2013-08-04
Send triggered updates
Matthias Schiffer
2013-08-04
Don't purge route entries before the purge timeout has passed
Matthias Schiffer
2013-08-04
Delete nexthop entries when a neighbour is reset
Matthias Schiffer
2013-08-04
Cleanup nexthop maintenance logic
Matthias Schiffer
2013-08-03
Fix update request timeout handling
Matthias Schiffer
2013-08-03
Update nexthop last update time when the first retract has been received
Matthias Schiffer
2013-08-03
Re-enable wildcard route requests for new neighbours
Matthias Schiffer
2013-08-03
Add a neighbour packet timeout to prevent new neighbours to be purged right a...
Matthias Schiffer
2013-08-03
Add gp_babel_since helper
Matthias Schiffer
2013-08-03
Add TODO comment
Matthias Schiffer
2013-08-03
Implement proper handling of route requests
Matthias Schiffer
2013-08-01
Simplify basic protocol, rename announces to routes, begin implementing route...
Matthias Schiffer
2013-07-29
Implement handling of seqno requests
Matthias Schiffer
2013-07-29
Adapt to new gmrf API
Matthias Schiffer
2013-03-26
Send announce and seqno requests
Matthias Schiffer
2013-03-26
Fix handling of announces without payload
Matthias Schiffer
2013-03-26
Add hop count field to seqno request TLV
Matthias Schiffer
2013-03-26
Print neighbor address when hellos are received
Matthias Schiffer
2013-03-24
Initial nexthop maintenance implementation
Matthias Schiffer
2013-03-24
Add nexthop data structure and receive updates
Matthias Schiffer
2013-03-24
Remove newline from log message
Matthias Schiffer
2013-03-24
Add sending of updates
Matthias Schiffer
2013-03-22
Add data structures and functions for announcements
Matthias Schiffer
2013-03-21
Save maximum length in packet buffers
Matthias Schiffer
2013-03-21
Handle node ID TLVs
Matthias Schiffer
2013-03-21
Rename alloca_packet() to gp_babel_packet_alloca()
Matthias Schiffer
2013-03-21
Implement ACK request handling
Matthias Schiffer
2013-03-21
Add alloca_packet() macro
Matthias Schiffer
2013-03-20
Move send functions to a new source file
Matthias Schiffer
2013-03-19
Move packet handling to a separate source file
Matthias Schiffer
2013-03-19
Add gp_babel_packet_size() function
Matthias Schiffer
2013-03-19
Add maintenance function
Matthias Schiffer
2013-03-18
Implement hello and IHU sending and receiving
Matthias Schiffer
2013-03-18
Add TLV handling code
Matthias Schiffer
2013-03-18
Print messages when an interface is added
Matthias Schiffer
2013-03-18
Add periodic task
Matthias Schiffer
2013-03-18
Basic GMRF API implementation
Matthias Schiffer