From 2d369f16e420f01f0fc5cbc168ccc662d3328a43 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 21 Mar 2013 03:07:51 +0100 Subject: Implement ACK request handling --- src/babel.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/babel.h') diff --git a/src/babel.h b/src/babel.h index d6224ff..4e78ca0 100644 --- a/src/babel.h +++ b/src/babel.h @@ -87,6 +87,8 @@ static inline gp_babel_iface_t* gp_babel_get_iface(gmrf_context_t *ctx, gmrf_ifa void gp_babel_handle_packet(gmrf_t *gmrf, gmrf_context_t *ctx, gp_babel_iface_t *iface, const gmrf_addr_t *source, const gp_babel_packet_t *packet); + +void gp_babel_send_ack(gmrf_t *gmrf, gmrf_context_t *ctx, gp_babel_neigh_t *neigh, uint16_t nonce); void gp_babel_send_hellos(gmrf_t *gmrf, gmrf_context_t *ctx); #endif /* _GMRF_PROTO_BABEL_BABEL_H_ */ -- cgit v1.2.3