mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-03 11:30:53 +00:00
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
|
||||
/* UDP input processing. */
|
||||
udp_input:
|
||||
|
||||
remove_ext_hdr();
|
||||
|
||||
PRINTF("Receiving UDP packet\n");
|
||||
UIP_STAT(++uip_stat.udp.recv);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user