From 9e9cadabaf31744ddc5833ccfc8d0c4986e4a349 Mon Sep 17 00:00:00 2001 From: bg- Date: Tue, 8 May 2007 13:32:55 +0000 Subject: [PATCH] * Added flag UAODV_RERR_UNKNOWN to deal with unknown errors that are often the result of rebooting nodes. --- core/net/uaodv-def.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/net/uaodv-def.h b/core/net/uaodv-def.h index 4df174150..479846907 100644 --- a/core/net/uaodv-def.h +++ b/core/net/uaodv-def.h @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * $Id: uaodv-def.h,v 1.2 2007/04/04 11:48:49 bg- Exp $ + * $Id: uaodv-def.h,v 1.3 2007/05/08 13:32:55 bg- Exp $ */ /** @@ -106,6 +106,7 @@ struct uaodv_msg_rrep { /* AODV RERR message */ #define UAODV_RERR_TYPE 3 #define UAODV_RERR_NODELETE (1 << 7) +#define UAODV_RERR_UNKNOWN (1 << 6) /* Non standard extension /bg. */ struct uaodv_msg_rerr { u8_t type;