Re: [U-Boot] tftp packet failure counter reset

2009-09-23 Thread Jeffery Palmer
Patch is attached Date: Tue, 22 Sep 2009 16:32:37 -0700 From: biggerbadder...@gmail.com To: jefferypal...@hotmail.com CC: u-boot@lists.denx.de Subject: Re: [U-Boot] tftp packet failure counter reset Jeffery Palmer wrote: I do large transfers via tftp, and since the timeout counter

[U-Boot] tftp packet failure counter reset

2009-09-22 Thread Jeffery Palmer
I do large transfers via tftp, and since the timeout counter never resets, they often fail since the failures are counted throughout the entire transfer. By resetting the counter to 0 on a successful packet, this issue is fixed tftp.c: } else { if

Re: [U-Boot] http client?

2009-07-24 Thread jeffery palmer
is odd. We have a 100 meg fiber to our servers and I still get lost UDP packets. I think there is a pending bug in the network layer regarding this. I will have a look at the patch and revert. Thanks. Jeffery Palmer Project Development -Original Message- From: rubini-l...@gnudd.com

Re: [U-Boot] http client?

2009-07-23 Thread jeffery palmer
I played around with setting the TFTP block size very large, like 16K, primarily to reduce the required number of ACK's. It actually appeared as though uboot was processing the additional frames correctly but without doing a memory comparison I'm not sure. Here were a few bad side effects

Re: [U-Boot] http client?

2009-07-22 Thread jeffery palmer
to integrate or add the necessary http client functions to achieve this. If there are no patches obtainable, is anyone interested in working on this with us? Jeffery Palmer Project Development 954.709.7232 _ From: Mark T [mailto:m...@astfin.org] Sent: Wednesday, July 22, 2009 8

Re: [U-Boot] http client?

2009-07-22 Thread jeffery palmer
clean and well tested. Jeffery Palmer Project Development -Original Message- From: rubini-l...@gnudd.com [mailto:rubini-l...@gnudd.com] Sent: Wednesday, July 22, 2009 11:23 AM To: w...@denx.de Cc: jefferypal...@hotmail.com; u-boot@lists.denx.de Subject: Re: [U-Boot] http client? Hm