Added ext. header handling for UDP (RPL multihop still not functional).
This commit is contained in:
parent
c861ce0197
commit
8ee68b4345
|
@ -1440,6 +1440,9 @@ uip_process(u8_t flag)
|
||||||
#if UIP_UDP
|
#if UIP_UDP
|
||||||
/* UDP input processing. */
|
/* UDP input processing. */
|
||||||
udp_input:
|
udp_input:
|
||||||
|
|
||||||
|
remove_ext_hdr();
|
||||||
|
|
||||||
PRINTF("Receiving UDP packet\n");
|
PRINTF("Receiving UDP packet\n");
|
||||||
UIP_STAT(++uip_stat.udp.recv);
|
UIP_STAT(++uip_stat.udp.recv);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue