fixed some documentation typos.

also uc -> unicast, stuc -> stunicast.
This commit is contained in:
nvt-se 2009-05-26 13:58:53 +00:00
parent f115894193
commit 9277f922f1
5 changed files with 19 additions and 19 deletions

View file

@ -13,17 +13,17 @@
* until an upper layer primitive or protocol cancels the
* transmission. While it is possible for applications and protocols
* that use Rime to use the stubborn single-hop unicast primitive
* directly, the stuc primitive is primarily used by the reliable
* directly, the stunicast primitive is primarily used by the reliable
* single-hop unicast (runicast) primitive.
*
* Before the stunicast primitive sends a packet, it allocates a queue
* buffer, to which the application data and packet attributes is
* copied, and sets a timer. When the timer expires, the stuc
* copied, and sets a timer. When the timer expires, the stunicast
* primitive copies the queue buffer to the Rime buffer and sends the
* packet using the uc primitive. The stuc primitive sets the number
* of retransmissions for a packet as a packet attribute on outgoing
* packets.
* packet using the unicast primitive. The stunicast primitive sets the
* number of retransmissions for a packet as a packet attribute on
* outgoing packets.
*
* \section channels Channels
*
* The stunicast module uses 1 channel.
@ -60,7 +60,7 @@
*
* This file is part of the Contiki operating system.
*
* $Id: stunicast.h,v 1.2 2009/03/07 11:15:46 adamdunkels Exp $
* $Id: stunicast.h,v 1.3 2009/05/26 13:58:53 nvt-se Exp $
*/
/**