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.
Contiki-NG does not have support for this configuration switch. Try enabling the
UIP_CONF_IPV6_REASSEMBLY
instead. We will remove the code referencingUIP_CONF_REASSEMBLY
andUIP_REASSEMBLY
in the future.