Searched refs:retry_max (Results 1 – 6 of 6) sorted by relevance
131 int retry_max; member226 state->retry_max = (int)timeout/5; in tftp_set_timeouts()228 if(state->retry_max < 1) in tftp_set_timeouts()230 state->retry_max = 1; in tftp_set_timeouts()233 state->retry_time = (int)timeout/state->retry_max; in tftp_set_timeouts()250 state->retry_max = (int)timeout/5; in tftp_set_timeouts()253 if(state->retry_max<3) in tftp_set_timeouts()254 state->retry_max = 3; in tftp_set_timeouts()256 if(state->retry_max>50) in tftp_set_timeouts()257 state->retry_max = 50; in tftp_set_timeouts()[all …]
207 int retry_max; in rc_send_server() local258 retry_max = data->retries; /* Max. numbers to try for reply */ in rc_send_server()319 if (++retries >= retry_max) in rc_send_server()
85 int retry_max; /* maximum number of retries */ member
1383 if (evcon->retry_max < 0 || evcon->retry_cnt < evcon->retry_max) { in evhttp_connection_cb_cleanup()2357 evcon->retry_cnt = evcon->retry_max = 0; in evhttp_connection_base_bufferevent_new()2495 int retry_max) in evhttp_connection_set_retries() argument2497 evcon->retry_max = retry_max; in evhttp_connection_set_retries()
112 retry_max=test.job_retries)117 def _add_job(self, new_job_id, retry_max): argument132 'retry_max': retry_max}160 retry_max=old_record['retry_max'] - 1)
753 int retry_max);