Re: [Etherboot-developers] Re: [Etherboot-users] TFTP timeout problem
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: Ken Y. <ke...@nl...> - 2001-04-26 14:01:17
|
>Okay, I dug into it and found the problem. The tctx structure does >not get properly re-initialized if the TFTP transfer fails (times >out) and gets restarted. Below is the one-line change to fix the >problem. The crux of the problem is the use of tctx.seglen in >tagged_download(). Thanks, that'll be in 5.0.1. |