On Monday, October 01, 2012 15:57:37 Antonio Quartulli wrote:
Add all the relevant functions in order to manage a Distributed Hash Table over the B.A.T.M.A.N.-adv network. It will later be used to store several ARP entries and implement DAT (Distributed ARP Table)
Signed-off-by: Antonio Quartulli ordex@autistici.org
Makefile.kbuild | 1 + distributed-arp-table.c | 270 ++++++++++++++++++++++++++++++++++++++++++++++++ distributed-arp-table.h | 58 +++++++++++ hard-interface.c | 3 + main.h | 6 ++ originator.c | 2 + types.h | 30 ++++++ unicast.c | 8 +- unicast.h | 4 + 9 files changed, 378 insertions(+), 4 deletions(-) create mode 100644 distributed-arp-table.c create mode 100644 distributed-arp-table.h
Applied in revision 34b3c38.
Thanks, Marek