From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alessandro Rubini Date: Fri, 24 Jul 2009 10:11:38 +0200 Subject: [U-Boot] http client? In-Reply-To: <200907221842.03588.rgetz@blackfin.uclinux.org> References: <200907221842.03588.rgetz@blackfin.uclinux.org> <200907221734.57623.rgetz@blackfin.uclinux.org> <4A677C45.9050700@gmail.com> <20090722220058.GA9737@mail.gnudd.com> Message-ID: <20090724081138.GA20150@mail.gnudd.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Me: >> Just tried it: U-Boot doesn't support reassembly, it seems. Robin Getz: > I don't think anyone said it did. I'm sorry, I misread that in your message. Me: >> I don't think it's worth adding. Robin: > This is based on ... ? laziness, mainly. And personal preference over simpler code where possible. But you are right, no real reason. So I've done it trivially (see patch posted today). On my LAN it doesn't make any noticeable difference: only I have more lost packets if I increase the block size too much, so it gets worse. I would like to know if it helps Jeffery Palmer. BTW: you (Jeffery) told you tried a blocksize of 16k, but how could it work if u-boot refuses fragments? Did you add defragmenting to the code first? /alessandro