From a1260c0c1f83de07a1d2f335675f7648fec7ea2f Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Sun, 8 Mar 2009 21:43:24 +0000 Subject: [PATCH] Documentation updates --- core/net/rime/rmh.h | 7 ++++++- core/net/rime/unicast.h | 14 +++++++------- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/core/net/rime/rmh.h b/core/net/rime/rmh.h index aced4cd6e..a5c9e5014 100644 --- a/core/net/rime/rmh.h +++ b/core/net/rime/rmh.h @@ -12,6 +12,11 @@ * up routes is done with another Rime module such as the \ref * routediscovery "route-discovery module". * + * The hop-by-hop reliable multi-hop unciast primitive is similar to + * the best-effot multi-hop unicast primitive except that it uses the + * reliable single-hop primitive for the communication between two + * single-hop neighbors. + * * \section channels Channels * * The rmh module uses 1 channel. @@ -48,7 +53,7 @@ * * This file is part of the Contiki operating system. * - * $Id: rmh.h,v 1.6 2009/01/15 22:15:51 adamdunkels Exp $ + * $Id: rmh.h,v 1.7 2009/03/08 21:43:25 adamdunkels Exp $ */ /** diff --git a/core/net/rime/unicast.h b/core/net/rime/unicast.h index 2c1ad3c16..cfed80cb4 100644 --- a/core/net/rime/unicast.h +++ b/core/net/rime/unicast.h @@ -8,15 +8,15 @@ * @{ * * The unicast module sends a packet to an identified single-hop - * neighbor. The unicast primitive and adds the single-hop receiver - * address attribute to the outgoing packets. For incoming packets, - * the unicast module inspects the single-hop receiver address - * attribute and discards the packet if the address does not match the - * address of the node. + * neighbor. The unicast primitive uses the broadcast primitive and + * adds the single-hop receiver address attribute to the outgoing + * packets. For incoming packets, the unicast module inspects the + * single-hop receiver address attribute and discards the packet if + * the address does not match the address of the node. * * \section channels Channels * - * The uc module uses 1 channel. + * The unicast module uses 1 channel. * */ @@ -50,7 +50,7 @@ * * This file is part of the Contiki operating system. * - * $Id: unicast.h,v 1.2 2009/03/07 11:15:46 adamdunkels Exp $ + * $Id: unicast.h,v 1.3 2009/03/08 21:43:24 adamdunkels Exp $ */ /**