Documentation updates

This commit is contained in:
adamdunkels 2009-03-08 21:43:24 +00:00
parent 151853ca37
commit a1260c0c1f
2 changed files with 13 additions and 8 deletions

View File

@ -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 $
*/
/**

View File

@ -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 $
*/
/**