R_A_TOV_DEFAULT
ha->r_a_tov = (uint16_t)(w1 < R_A_TOV_DEFAULT ? R_A_TOV_DEFAULT : w1);
ha->r_a_tov = (uint16_t)(icb->login_timeout < R_A_TOV_DEFAULT ?
R_A_TOV_DEFAULT : icb->login_timeout);
*tov = R_A_TOV_DEFAULT;
*tov = R_A_TOV_DEFAULT;