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.