mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-15 12:27:50 +00:00
Added ext. header handling for UDP (RPL multihop still not functional).
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user