I'm using the Z-stack Linux gateway for my home automation project. I'm polling nodes using the api - device_send_list_maintain_request () (nwk address request ) to update the nodes' activity in the network.Problem is that node's status gets updated for a certain period (about 1 hour) and after that,all the nodes get disconnected from the gateway.Polling happens once in every 50 seconds. The timeout is set to as 9s and maximum failed attempts is set as 5. Any suggestions are welcome.