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:
parent
7841eface3
commit
c97dc2c7da
3 changed files with 298 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue