Added ext. header handling for UDP (RPL multihop still not functional).

This commit is contained in:
Matthias Kovatsch 2012-01-12 20:22:31 +01:00
parent c861ce0197
commit 8ee68b4345

View file

@ -1440,6 +1440,9 @@ uip_process(u8_t flag)
#if UIP_UDP
/* UDP input processing. */
udp_input:
remove_ext_hdr();
PRINTF("Receiving UDP packet\n");
UIP_STAT(++uip_stat.udp.recv);