Tftp client timeout after a very long time (more than five minutes) and not in the normal way if the progress bar is enabled (tested with busybox 1.8.1). If the progress bar is enabled everything works just fine. To reproduce just start a tftp download and unplug the network cable. this is the expected behavior when progress bar is disabled: tftp -g -r file.bin -l /tmp/aa 10.0.0.105 eth0: link down tftp: timeout
(In reply to comment #0) > If the progress bar is enabled everything works just fine. ^^^^^^^ ----> disabled!
Thanks for the report. Please try this fix: http://busybox.net/downloads/fixes-1.18.1/busybox-1.18.1-tftp.patch
(In reply to comment #2) > Thanks for the report. Please try this fix: > > http://busybox.net/downloads/fixes-1.18.1/busybox-1.18.1-tftp.patch Thanks you, I did a quick test and the fix seems ok.