Patch from Christian Meyer:

The client gives up way too soon because timeout is set to 0 ...
    There's a solution for that problem.
This commit is contained in:
Eric Andersen 2003-07-26 08:16:10 +00:00
parent ac00aa7599
commit 05e662ab4d

View File

@ -286,6 +286,7 @@ static inline int tftp(const int cmd, const struct hostent *host,
/* send packet */
timeout = bb_tftp_num_retries; /* re-initialize */
do {
len = cp - buf;