Separated configuration into a new file called rpl-conf.h. Improved the documentation.

This commit is contained in:
nvt 2012-04-22 00:17:10 +02:00
parent 845d684c66
commit e94718f95c
3 changed files with 164 additions and 86 deletions

View file

@ -28,22 +28,15 @@
*
* This file is part of the Contiki operating system.
*
* Author: Joakim Eriksson, Nicolas Tsiftes
* \file
* Private declarations for ContikiRPL.
* \author
* Joakim Eriksson <joakime@sics.se>, Nicolas Tsiftes <nvt@sics.se>
*/
#ifndef RPL_PRIVATE_H
#define RPL_PRIVATE_H
/*
* ContikiRPL - an implementation of the routing protocol for low power and
* lossy networks. See: draft-ietf-roll-rpl-17.
*
* --
* The DIOs handle prefix information option for setting global IP addresses
* on the nodes, but the current handling is not awaiting the join of the DAG
* so it does not currently support multiple DAGs.
*/
#include "net/rpl/rpl.h"
#include "lib/list.h"