libcoap-sys 0.2.2+libcoap-4.3.1

Raw bindings to the libcoap CoAP library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
interface tap0
{
   AdvSendAdvert on;
   MinRtrAdvInterval 3;
   MaxRtrAdvInterval 20;

   prefix aaaa::/64
   {
  	AdvOnLink on;
        AdvAutonomous on;
        AdvRouterAddr on;

   };
};