I was exploring the Contiki Cooja simulator (with Contiki NG) and experimenting with a UDP server and several UDP clients (from examples/rpl-udp) with different mote types when I noticed something I didn't expect.
When I set the motes as type z1/sky, almost all client motes send DAOs only to the server. In fact the DODAG ends with a star topology (with several clients remaining isolated due to small neighbour table size in sky mote).
However, in the case of cooja motes, this does not happen; clients send DAOs to other clients as well.
Pattern of DAOs in a scenario with z1 motes
Is this intended and default? If it is the default, then why? How can this behaviour be altered?