0e0bf33d31
The sent ICMP6 packets (for example from RPL) are currently not counted towards the sum of sent ip and icmp packets. Is there any reason behind this or is it just a bug? Looking at the code I found no side effects of adding these two lines. Debug output: ``` uip_stat.ip .recv 10 .sent 23 .forwared 0 .drop 0 uip_stat.icmp .recv 10 .sent 11 .drop 0 uip_stat.udp .recv 0 .sent 12 .drop 0 ``` (Sum of ip.sent matches icmp.sent and udp.sent) |
||
---|---|---|
.. | ||
multicast | ||
sicslowpan.c | ||
sicslowpan.h | ||
uip-ds6-nbr.c | ||
uip-ds6-nbr.h | ||
uip-ds6-route.c | ||
uip-ds6-route.h | ||
uip-ds6.c | ||
uip-ds6.h | ||
uip-icmp6.c | ||
uip-icmp6.h | ||
uip-nd6.c | ||
uip-nd6.h | ||
uip6.c |