Merge pull request #39 from mithro/master
Wait longer before giving up on the 2nd tftp block.
This commit is contained in:
commit
2cc6a3036c
|
@ -133,6 +133,7 @@ int tftp_get(uint32_t ip, const char *filename, void *buffer)
|
|||
}
|
||||
}
|
||||
|
||||
i = 12000000;
|
||||
length_before = total_length;
|
||||
while(!transfer_finished) {
|
||||
if(length_before != total_length) {
|
||||
|
|
Loading…
Reference in New Issue