Add standardized nameserver pool

Adds a common in contiki nameserver pool for handling name resolution
servers. This will allow in following commit to use RDNSS messages
within RA.
This commit is contained in:
Víctor Ariño 2014-04-16 15:21:32 +02:00 committed by Adam Dunkels
parent 7841eface3
commit c97dc2c7da
3 changed files with 298 additions and 0 deletions

View file

@ -44,6 +44,7 @@
#include "net/ip/uiplib.h"
#include "net/ip/uip-udp-packet.h"
#include "net/ip/simple-udp.h"
#include "net/ip/uip-nameserver.h"
#if NETSTACK_CONF_WITH_IPV6
#include "net/ipv6/uip-icmp6.h"