Searched refs:reconnect_timeout (Results 1 – 2 of 2) sorted by relevance
591 msec = dtio->reconnect_timeout; in dtio_reconnect_enable()593 dtio->reconnect_timeout = DTIO_RECONNECT_TIMEOUT_MIN; in dtio_reconnect_enable()595 dtio->reconnect_timeout = msec*2; in dtio_reconnect_enable()596 if(dtio->reconnect_timeout > DTIO_RECONNECT_TIMEOUT_MAX) in dtio_reconnect_enable()597 dtio->reconnect_timeout = DTIO_RECONNECT_TIMEOUT_MAX; in dtio_reconnect_enable()627 dtio->reconnect_timeout = 0; in dtio_reconnect_clear()635 dtio->reconnect_timeout = msec; in dtio_reconnect_slow()982 if(dtio->reconnect_timeout > DTIO_RECONNECT_TIMEOUT_MIN && in receive_bytes()991 if(dtio->reconnect_timeout > DTIO_RECONNECT_TIMEOUT_MIN && in receive_bytes()1013 if(dtio->reconnect_timeout > DTIO_RECONNECT_TIMEOUT_MIN && in ssl_read_bytes()[all …]
195 int reconnect_timeout; member