OpenSprinkler Forums OpenSprinkler Unified Firmware slowish and droppish network Reply To: slowish and droppish network

#38133

Ray
Keymaster

@catalin: the firmware uses increasingly longer timeout to perform re-connection. Specifically, if ping tests failed N times in a roll, it waits for 2^N minutes before re-connecting. There is no TCP resource to free or anything: it uses a statically allocated buffer, and there is no dynamically allocated memory.