Searched refs:retry_max (Results 1 – 6 of 6) sorted by relevance
130 int retry_max; member224 state->retry_max = (int)timeout/5; in tftp_set_timeouts()226 if(state->retry_max < 1) in tftp_set_timeouts()228 state->retry_max = 1; in tftp_set_timeouts()231 state->retry_time = (int)timeout/state->retry_max; in tftp_set_timeouts()248 state->retry_max = (int)timeout/5; in tftp_set_timeouts()251 if(state->retry_max<3) in tftp_set_timeouts()252 state->retry_max=3; in tftp_set_timeouts()254 if(state->retry_max>50) in tftp_set_timeouts()255 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()
88 int retry_max; /* maximum number of retries */ member
1286 if (evcon->retry_max < 0 || evcon->retry_cnt < evcon->retry_max) { in evhttp_connection_cb_cleanup()2091 evcon->retry_cnt = evcon->retry_max = 0; in evhttp_connection_base_new()2160 int retry_max) in evhttp_connection_set_retries() argument2162 evcon->retry_max = retry_max; in evhttp_connection_set_retries()
112 retry_max=test.job_retries)115 def add_job(self, new_job_id, retry_max): argument130 'retry_max': retry_max}191 retry_max=old_record['retry_max'] - 1)
483 int retry_max);