Routing table
A Routing table is held by the Coordinator and Router nodes to store routing information to other nodes in the network.
The default size of the Routing table is 70, which should be sufficient for most applications, but the size can be changed through the parameter Routing Table Size. The table size should be increased if routing bottlenecks are observed. The Coordinator needs to store routes to all the nodes in the network if it is required to communicate with every node. In this case, the Routing table size should be increased to the size of the network.
The Routing table is not persisted. Therefore, any increase only affects the RAM usage.
Parent topic:Table configuration guidelines