Does contiki-ng support UIP_REASSEMBLY?

45 Views Asked by At

I can see in uipopt.h

#define UIP_REASSEMBLY (UIP_CONF_REASSEMBLY)

But no code about it in uIP stack.

It means no way to send ICMP/UDP with size > (MTU - header) from Host to node and between nodes. Is this so ?

I have tried longer packets but it dosn't work as it should.

1

There are 1 best solutions below

4
On

Contiki-NG does not have support for this configuration switch. Try enabling the UIP_CONF_IPV6_REASSEMBLY instead. We will remove the code referencing UIP_CONF_REASSEMBLY and UIP_REASSEMBLY in the future.