nes-proj/core
Tommy Sparber 0e0bf33d31 uIP Stats: Count sent ICMP6 packets
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)
2015-11-03 15:10:22 +11:00
..
cfs Remove redundant assignment 2015-05-20 15:37:32 +05:30
ctk Removed CC_FASTCALL. 2015-11-01 18:10:17 +01:00
dev Add uip_clear_buf() macro and replace all instances of uip_len = 0; with it 2015-06-15 11:10:51 +02:00
lib llsec: Declared aead static 2015-10-14 08:22:44 -07:00
loader Added MSP430X ELFLOADER support to load image with large memory model. 2015-06-15 17:53:18 +05:30
net uIP Stats: Count sent ICMP6 packets 2015-11-03 15:10:22 +11:00
sys Removed CC_FASTCALL. 2015-11-01 18:10:17 +01:00
contiki-default-conf.h Better documentation of the UIP_CONF_ND6_SEND_NA flag. 2015-10-06 16:40:53 +02:00
contiki-lib.h
contiki-net.h Add standardized nameserver pool 2015-01-09 09:44:06 +01:00
contiki-version.h
contiki.h