That's promising. I'm looking forward to trying it out. I ran into one tiny snag though.<br><br>We use three different images for chain loading depending on the hardware. We use undionly.kpxe, undionly.kkpxe, and r8169.kpxe. I successfully built the first two but I'm getting an "undefined symbol" error when attempting to build r8169. The actual card says it is an rtl8167. I'm curious what is the correct kpxe file to build and more importantly, how would I know that without bothering you guys the next time? I noticed there are several possible builds I can do (rtl8139, rtl8180, rtl8185); do any of these supersede r8169?<br>
<br>Matt<br><br>Error when building r8169.kpxe:<br><br>src$ make ./bin/r8169.kpxe<br>  [LD] bin/r8169.kpxe.tmp<br>arch/i386/scripts/i386.lds:1: undefined symbol `obj_r8169' referenced in expression<br>make: *** [bin/r8169.kpxe.tmp] Error 1<br>
<br><div class="gmail_quote">On Thu, Aug 2, 2012 at 6:32 PM, Michael Brown <span dir="ltr"><<a href="mailto:mbrown@fensystems.co.uk" target="_blank">mbrown@fensystems.co.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Thursday 02 Aug 2012 23:06:55 Hoey, Matthew wrote:<br>
> Here is an example script that we run. Very simple, but we have problems<br>
> over high latency lines (160ms). The window didn't seem to get larger than<br>
> 5192. It takes about 7 mins to download a 15MB file where as after I<br>
> install CentOS and use wget it downloads in 1.5 secs. Is there a way to<br>
> tell ipxe to scale the window size?<br>
<br>
</div>Use a version of iPXE more recent than July 8 2012.  Several TCP performance<br>
improvements went in recently, and iPXE now uses a default window size of<br>
256kB rather than 8kB.<br>
<span class="HOEnZb"><font color="#888888"><br>
Michael<br>
</font></span></blockquote></div><br>