Home
last modified time | relevance | path

Searched refs:retry_max (Results 1 – 1 of 1) sorted by relevance

/curl/lib/
H A Dtftp.c132 int retry_max; member
228 state->retry_max = (int)timeout/5; in tftp_set_timeouts()
231 if(state->retry_max < 3) in tftp_set_timeouts()
232 state->retry_max = 3; in tftp_set_timeouts()
234 if(state->retry_max > 50) in tftp_set_timeouts()
235 state->retry_max = 50; in tftp_set_timeouts()
238 state->retry_time = (int)(timeout/state->retry_max); in tftp_set_timeouts()
446 if(state->retries > state->retry_max) { in tftp_send_first()
655 if(state->retries > state->retry_max) { in tftp_rx()
730 if(state->retries > state->retry_max) { in tftp_tx()
[all …]

Completed in 9 milliseconds