C
#define OPEN_SOCKET_POLL_INTERVAL (ONE_SECOND)
Description
For a sleeping device, when establishing an indirect connection (socket), it may not be desirable to poll the data at the normal interval, which can be longer than OPEN_SOCKET_TIMEOUT, the solution is to poll the data at a fast rate, lower than OPEN_SOCKET_TIMEOUT. OPEN_SOCKET_POLL_INTERVAL is the polling interval in symbols for a sleeping device to acquire data from its parent in the process of establishing indirect (socket) connection. This parameter is only valid for sleeping device.